aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/base.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index de1039fe9..3d48c3cf4 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -320,6 +320,9 @@ input[type=file] {
font-size: 1em;
line-height: 1.5em;
}
+input[type=file] {
+ margin-bottom:1em;
+}
label{
display: block;
@@ -361,7 +364,8 @@ label{
.form-txt-submit-box {
min-height:3em;
input[type=password],
- input[type=text] {
+ input[type=text],
+ input[type=email] {
width: 65%;
float:left;
}