diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/static/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/static/default.css b/public/static/default.css index bc78954..498dc00 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -509,6 +509,10 @@ input, select { min-height: 1.8em; } +input[type="checkbox"] { + width: 1.5em; +} + div.notes { margin-top: 2em; } |