|
11 | 11 | .grid-table-wrapper{overflow-x: auto;} |
12 | 12 | body { background: black; color: white; } |
13 | 13 | body > center > * { max-width: 90vw; } |
14 | | - form { max-width: 900px; margin: 0 auto; } |
15 | | - nav.black a, a, label { color: #33BFFF; } |
| 14 | + form { max-width: 900px; margin: 0 0 0 20px; } |
| 15 | + nav.black a, a { color: #33BFFF; } |
| 16 | + label:not(.help) { color: black; background-color: #d1d1d1; padding: 2px 5px; margin: 5px 0 0 10px; border-top-left-radius: 5px; border-top-right-radius: 5px} |
| 17 | + span ~ label { border-radius: 5px} |
| 18 | + label ~ div { position: relative; top: -4px} |
16 | 19 | button, a[role=button], input[type=submit], input[type=button] { background-color: #33BFFF; color: black} |
| 20 | + p, input, textarea { margin: 5px} |
17 | 21 | thead>tr {background: black; border-top: 2px solid #33BFFF; border-bottom: 2px solid #33BFFF;} |
18 | 22 | tr:hover {background:#111111} |
19 | 23 | .grid-search-form {width:100%; max-width: 100%} |
|
32 | 36 | </nav> |
33 | 37 | </header> |
34 | 38 | <!-- beginning of HTML inserted by extending template --> |
35 | | - <center> |
| 39 | + <div> |
36 | 40 | <div> |
37 | 41 | <!-- Flash alert messages, first optional one in data-alert --> |
38 | 42 | <flash-alerts class="padded" data-alert="[[=globals().get('flash','')]]"></flash-alerts> |
|
41 | 45 | <!-- contect injected by extending page --> |
42 | 46 | [[include]] |
43 | 47 | </main> |
44 | | - </center> |
| 48 | + </div> |
45 | 49 | <!-- end of HTML inserted by extending template --> |
46 | 50 | <footer class="black padded"> |
47 | 51 | <p> |
|
0 commit comments