view default/static/invitation.css @ 41:e296ee56f611

static (css.js): max-height transition fix: - added a "get_elt" function which allows to give element directly or by its id - added "clicked_mh_fix" which allows transitions to max-height: none (not possible with CSS only)
author Goffi <goffi@goffi.org>
date Thu, 13 Jul 2017 08:36:07 +0200
parents 529fff4473c1
children
line wrap: on
line source

#body {
    display: flex;
    flex-direction: column;
}

.invitation_header {
    flex: 1
}

.invitation_header h1,p {
    text-align: center;
}

#include_main {
    flex: 9
}

#include_main {
    width: 100%;
    margin: 0;
    border: none;
}

footer {
    /* footer should already be displayed in included page */
    display: none;
}