diff options
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/_main.scss | 2 | ||||
-rw-r--r-- | web/css/core.scss | 15 |
2 files changed, 14 insertions, 3 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index 8d3b00418..305a9e43e 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -98,7 +98,7 @@ select, input, textarea { #meta { list-style-type: none; - margin: 0.25em 0 0 1em; + margin: 30px 0 0.5em 1em; /* (was 0.25em 0 0 1em) forced to drop below promo (fix before the freeze) image */ padding: 0; font-size: 0.875em; li { diff --git a/web/css/core.scss b/web/css/core.scss index c1856a2c5..675471b40 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -45,11 +45,22 @@ $map_width: 500px; color: #cc0000; margin: 5px 1em 5px 1em; padding: 2px 5px 2px 5px; - float: left; - background-color: #ffeeee; text-align: left; } + div.label-valid { + background-color: white; + } + + div.label-valid-hidden { + display: none; + visibility: hidden; + height: 0px; + width: 0px; + margin: 0px; + padding: 0px; + } + div.form-field { clear: both; } |