diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 229149c..0e538e8 100644 --- a/static/styles.css +++ b/static/styles.css @@ -43,13 +43,13 @@ input[type="submit"].yellow { } input[type="text"], -input[type="datetime-local"] { +input[type*="date"] { font-size: 16px; color: black; } input[type="text"]:disabled, -input[type="datetime-local"]:disabled { +input[type*="date"]:disabled { color: #666; } @@ -73,6 +73,10 @@ table { padding: 7px 5px; } +.vote-table th { + vertical-align: bottom; +} + .vote-table th span { display: block; } @@ -140,3 +144,12 @@ input[type="checkbox"] { input[type="checkbox"]:disabled { cursor: initial; } + +td.checkbox-field { + text-align: left; +} + +td.checkbox-field input[type="checkbox"] { + flex: initial; + margin-left: 0; +} |
