diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 61fa900ed..fc6f8f5aa 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -338,24 +338,8 @@ label{ background:#eeeeee; padding:1em 2em 1em 2em; max-width:26em; - .form-txt-submit-box { - min-height:3em; - input[type=password], - input[type=text] { - width: 65%; - float:left; - } - input[type=submit] { - float:right; - width:28%; - margin-right:0.25em; - padding-top:0.9em; - padding-bottom:0.8em; - } - } >input[type=text] { margin-bottom:1em; - // margin-top:1em; } .title { font-size:1.25em; @@ -374,6 +358,22 @@ label{ } } +.form-txt-submit-box { + min-height:3em; + input[type=password], + input[type=text] { + width: 65%; + float:left; + } + input[type=submit] { + float:right; + width:28%; + margin-right:0.25em; + padding-top:0.9em; + padding-bottom:0.8em; + } +} + .checkbox-group { margin:1em 0; } |