aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/lichfield/css/layout.css63
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;
+}