diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-05 15:30:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-05 15:30:57 +0000 |
commit | 9b6da04162d64979412b15f831842b152c20d579 (patch) | |
tree | 9cccca4730fd5b389ce77284e3a008b5c54da1ce /web | |
parent | 8b31b0c0361856049a9d603694373e4c512c0193 (diff) | |
parent | e33df8e48abea1e96b263645a412239d84fc9892 (diff) |
Merge branch '2411-checkbox-gap'
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 2 | ||||
-rw-r--r-- | web/cobrands/zurich/base.scss | 15 |
2 files changed, 1 insertions, 16 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index ba4ecb732..2491c4c21 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -281,7 +281,7 @@ label{ &.inline { display: inline; - padding: flip(0 2em 0 1em, 0 1em 0 2em); + padding: flip(0 1em 0 5px, 0 5px 0 1em); font-weight: normal; } diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index e7d7cc7c1..741539e9d 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -200,25 +200,10 @@ h4.static-with-rule { } } -.admin { - label.inline { - padding: 0; - } - - input[type="checkbox"] + label.inline { - margin-right: 0.2em; - } - -} table#admin_bodies tr.is-deleted { background-color: transparent; } -.admin-label--inline { - display: inline; // rather than block - margin-right: 0.333em; // bit of space between this and the following input -} - .ui-spinner input { // stop jQuery UI spinner inputs from inheriting FMS input styles padding: 1px; |