diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-07 15:07:34 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-07 15:07:34 +0100 |
commit | 06f486a3993e7cdaed3ffe45a352fa491e7ff62d (patch) | |
tree | 088297e7348bd2f3cc6e6807701bb9fd814a5566 /web/css | |
parent | 82b093ae5b2f313c1393efb2b26e12563c2aaa5f (diff) |
create a different valid class if we have not submitted the form to stop jumping about
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/css/core.scss b/web/css/core.scss index 59abf3e85..78329534b 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -61,6 +61,15 @@ $map_width: 500px; background-color: white; } + div.label-valid-hidden { + display: none; + visibility: hidden; + height: 0px; + width: 0px; + margin: 0px; + padding: 0px; + } + div.form-field { clear: both; } |