diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-06 17:05:19 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-06 17:05:19 +0100 |
commit | fe3803797bfa6d69e77f7ae6f9cdf556d1b88cdd (patch) | |
tree | 8311c8a9193f74566c58c710d6d6e07a6fb278ca /web/css | |
parent | 4cd028ffcdf4e7aaa1d18c0ba4c9cb2d7936bee7 (diff) |
leave the spaces created by error msg where they are to avoid unsightly jumping about
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/css/core.scss b/web/css/core.scss index 5fafe625b..4c64888e5 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -57,6 +57,10 @@ $map_width: 500px; text-align: left; } + div.label-valid { + background-color: white; + } + div.form-field { clear: both; } |