diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-13 15:31:58 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-13 15:31:58 +0000 |
commit | 7d3c18a8622ae1484e259c6c471c9ba4437808a6 (patch) | |
tree | 86de732902b558bb3ed15540c5f6e8d00faf6e79 /web | |
parent | 9b6c71acf5d197016421f474053fabc2d5f1b0fb (diff) |
Markup adjusted for report and around groups
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 9 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index e11122757..0b59b7cdb 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -240,7 +240,10 @@ fieldset{ margin: 1em; } -input[type=text], textarea{ +input[type=text], +input[type=password], +input[type=email], +textarea{ width: 100%; padding: 0.5em; margin: 0 0 0 -0.5em; @@ -257,7 +260,9 @@ textarea{ font-family: 'helvetica', 'arial',sans-serif; } -input[type=text]{ +input[type=text], +input[type=password], +input[type=email] { border: 0.125em solid #888888; @include border-radius(0.25em); display: block; diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index b289847cd..bcb4fa84a 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -194,6 +194,8 @@ /*FORMS*/ input[type=text], +input[type=password], +input[type=email], textarea{ width: 25em; } @@ -207,6 +209,8 @@ textarea{ } /*FORMS*/ input[type=text], + input[type=password], + input[type=email], textarea{ width: 95%; } |