aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-02-27 14:55:22 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-02-27 14:55:22 +0000
commit681fbfe5fbb85754822e090ee522c4f06f7763c9 (patch)
tree0290f04494993f0d050c84d2e44f624868223950
parentb64b10035e0298e82303cfd47b2e3d63fde41153 (diff)
Fix annoying postcode input height issue where in some browsers it would appear as if there was no top padding
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r--web/cobrands/fixmystreet/layout.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 884050749..7fa9b13a3 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -719,6 +719,7 @@ body.frontpage {
display:block;
float:left;
padding:0.25em 0.5em;
+ height:1.5em;
width:16em;
}
input#submit {