diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2019-05-01 16:52:04 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2019-05-01 16:52:04 +0100 |
commit | 1a1422783f9ffd10970e4b4439bee32f3ceb8fc7 (patch) | |
tree | c608a04b736fa5f06217bc82a1e5c1ddb459c413 /web | |
parent | a6bb58e3154db8d71876b4d52005477f12589736 (diff) |
Fieldsets/legends for admin checkbox lists
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 14d5d2607..5a1cf8fe7 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -273,7 +273,8 @@ textarea { min-height: 5em; } -label{ +label, +legend { display: block; margin-top: 1.25em; margin-bottom: 0.5em; |