diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/base.scss | 15 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 5 |
2 files changed, 20 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index 131036229..bb515bf79 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -225,6 +225,21 @@ h4.static-with-rule { } } +.admin { + label.inline { + padding: 0; + } + + input[type="checkbox"] + label.inline { + margin-right: 0.2em; + } +} + +.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; diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 07e6c1c85..69864e94b 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -326,6 +326,11 @@ body.mappage.admin { #zurich-footer { margin: 2em auto 3em auto; } + + .message-updated { + color: #060; + font-weight: bold; + } } .admin-nav-wrapper { |