diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-22 14:26:47 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-22 14:26:47 +0100 |
commit | aa910dd5a7d8a11660eccd9a848bc98bc7cc75f5 (patch) | |
tree | fbaa938a8edfe5d341e3b658180c8c32f1cbec97 /web | |
parent | ddf50b933595cdb11b029e011e46563284547b92 (diff) |
add in lichfield specific stylesheet and fix postcode form display
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/lichfield/css/layout.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/lichfield/css/layout.css b/web/cobrands/lichfield/css/layout.css new file mode 100644 index 000000000..af1ee7d67 --- /dev/null +++ b/web/cobrands/lichfield/css/layout.css @@ -0,0 +1,9 @@ +#postcodeForm {
+ background-color: #F3F4F4;
+}
+
+#mysociety #postcodeForm label {
+ float: none;
+ margin-bottom: 5px;
+ width: auto !important;
+}
|