diff options
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;
+}
|