diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-02-07 17:59:35 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-02-07 17:59:35 +0000 |
commit | 54aeaf92acf5091c3b90d91848005893371e9590 (patch) | |
tree | a4a5e643a9a371f6e45b9a9dc59e3fc12cff2ad0 /web | |
parent | b3d7a5d7c3e145bfe530fa41672b23850e26a904 (diff) |
simply remove padding and margin from Zurich type=file inputs, to stop ugly text lineup in e.g., Chrome
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/base.scss | 6 |
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; +} |