diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 10:28:44 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 10:28:44 +0000 |
commit | b2584382a67ed23efcfb089ddd4c38c5b6ebe240 (patch) | |
tree | c994ac394ca31b326e547f48cdbc38594f5bf474 /web | |
parent | dd559d8557ca1d33464cabb5cff205f7fe42561d (diff) |
Remove type=file styling, until such time it's done much better.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 8 | ||||
-rw-r--r-- | web/cobrands/zurich/base.scss | 6 |
2 files changed, 1 insertions, 13 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index b1ad1d911..724185be9 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -258,7 +258,6 @@ fieldset { input[type=text], input[type=password], input[type=email], -input[type=file], textarea { @include box-sizing(border-box); width: 100%; @@ -269,7 +268,6 @@ textarea { input[type=text], input[type=password], input[type=email], - input[type=file], textarea { max-width: 95%; } @@ -295,17 +293,13 @@ textarea { input[type=text], input[type=password], -input[type=email], -input[type=file] { +input[type=email] { border: 0.125em solid #888888; @include border-radius(0.25em); display: block; font-size: 1em; line-height: 1em; } -input[type=file] { - margin-bottom:1em; -} label{ display: block; diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index 8e6467be4..c3246a1b1 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -123,12 +123,6 @@ h4.static-with-rule { padding-right: 0.8em; } -input[type=file] { - margin: 0; - padding: 0; - border: none; -} - #fms_pan_zoom_panup, #fms_pan_zoom_pandown, #fms_pan_zoom_panleft, |