view sat_templates/templates/default/static/invitation.css @ 175:c0e7389005ff

ticket/item: removed "urlize" filter from body, as we now use XHTML
author Goffi <goffi@goffi.org>
date Wed, 27 Feb 2019 08:46:44 +0100
parents e9f0a4215e46
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;
}