registration_stylesheet

NAML documentation   Watch a video
   Usages of this macro
... in register.naml
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<macro name="registration_stylesheet">
    <style type="text/css">
        body { text-align:center; }
        div.center-content { margin:0px auto; margin-bottom: 3em; }
        table.field-table { margin:1em auto; border-collapse:collapse; }
        table.field-table td { vertical-align:middle; }
        td.column1 {
            text-align:right;
            width:7em;
            white-space:nowrap;
            padding-right:.3em;
        }
        input[type=text],input[type=password] { padding:.4em 0; }
        div.field-title { margin-top:.1em; white-space:nowrap; }
        div.field-title { margin-top:.1em; white-space:nowrap; }
        .important { font-weight:bold }
        #nabble-captcha { vertical-align:-.8em }
    </style>
</macro>