aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-07-22 14:26:47 +0100
committerStruan Donald <struan@exo.org.uk>2011-07-22 14:26:47 +0100
commitaa910dd5a7d8a11660eccd9a848bc98bc7cc75f5 (patch)
treefbaa938a8edfe5d341e3b658180c8c32f1cbec97 /web
parentddf50b933595cdb11b029e011e46563284547b92 (diff)
add in lichfield specific stylesheet and fix postcode form display
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/lichfield/css/layout.css9
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;
+}