diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-25 12:28:09 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-25 12:28:09 +0100 |
commit | 0e18337919a178d5b3e69527ed90c5f5f5761f8d (patch) | |
tree | a9f1cc2262ef3786bec7cd2e8a83ede99209dc8d | |
parent | f9b2bb1c3952e433332ca31631b01420d2c0f9cc (diff) |
tweaks to problem submission layout
-rw-r--r-- | web/cobrands/lichfield/css/layout.css | 63 |
1 files changed, 45 insertions, 18 deletions
diff --git a/web/cobrands/lichfield/css/layout.css b/web/cobrands/lichfield/css/layout.css index 4711588b0..a3af4f907 100644 --- a/web/cobrands/lichfield/css/layout.css +++ b/web/cobrands/lichfield/css/layout.css @@ -1,18 +1,45 @@ -#postcodeForm {
- background-color: #F3F4F4;
-}
-
-#mysociety #postcodeForm label {
- float: none;
- margin-bottom: 5px;
- width: auto !important;
-}
-
-#mysociety #map_box {
- width: 380px;
-}
-
-#mysociety #map, #mysociety #drag {
- width: 378px;
- height: 378px;
-}
+#postcodeForm { + background-color: #F3F4F4; +} + +#mysociety #postcodeForm label { + float: none; + margin-bottom: 5px; + width: auto !important; +} + +#mysociety #map_box { + width: 380px; +} + +#mysociety #map, #mysociety #drag { + width: 378px; + height: 378px; +} + +#mysociety p { + margin: 1em 0px; + padding: 0px; +} + +#mysociety #update_form { + clear: both; +} + +#mysociety #form_sign_in { + padding-top: 2em; +} + +#mysociety form label { + width: 6em; + display: inline; + margin-right: 0px; +} + +#mysociety div.checkbox { + padding-left: 6.5em; +} + +#mysociety input { + background-color: #f9f9f1; +} |