aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_base.scss2
-rw-r--r--web/cobrands/zurich/base.scss15
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;