registration_stylesheet

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "registration_stylesheet".
... 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>