aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-02-07 17:59:35 +0000
committerDave Whiteland <dave@mysociety.org>2013-02-07 17:59:35 +0000
commit54aeaf92acf5091c3b90d91848005893371e9590 (patch)
treea4a5e643a9a371f6e45b9a9dc59e3fc12cff2ad0
parentb3d7a5d7c3e145bfe530fa41672b23850e26a904 (diff)
simply remove padding and margin from Zurich type=file inputs, to stop ugly text lineup in e.g., Chrome
-rw-r--r--web/cobrands/zurich/base.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index 8111f2726..f6ae53c2d 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -106,3 +106,9 @@ h4.static-with-rule {
padding-left: 0.8em;
padding-right: 0.8em;
}
+
+input[type=file] {
+ margin: 0;
+ padding: 0;
+ border: none;
+}