diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-24 12:09:05 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-24 12:09:05 +0000 |
commit | 37811f1facfdcf8ad39783770d250a8037736c90 (patch) | |
tree | 9532cc935a36f2b99990bb3cadf6a6ff956a64d8 | |
parent | 1532d3817200ee11d783ec38ae4b4c901ed492a0 (diff) |
don't squeeze Zurich's green input buttons too narrow
-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 61bcbacb7..c3a8cc4a3 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -70,3 +70,9 @@ h4.static-with-rule { } } } + +.form-txt-submit-box input[type=submit] { + width:auto; // 28% is too narrow + padding-left: 0.8em; + padding-right: 0.8em; +} |