diff options
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%; } |