aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/dashboard.scss22
-rw-r--r--web/cobrands/sass/_base.scss4
2 files changed, 13 insertions, 13 deletions
diff --git a/web/cobrands/fixmystreet/dashboard.scss b/web/cobrands/fixmystreet/dashboard.scss
index fb4fd7a8a..3e0de0d2b 100644
--- a/web/cobrands/fixmystreet/dashboard.scss
+++ b/web/cobrands/fixmystreet/dashboard.scss
@@ -5,8 +5,6 @@
}
#overview {
- margin-top: 1em;
-
th[scope=col] {
font-size:0.8em;
}
@@ -66,22 +64,25 @@
}
}
- .filters{
+ .filters {
+ @include clearfix();
background-color:#ffec99;
- margin:0 -1em;
+ margin: 0 -1em 1em -1em;
border-top:#ffd000 solid 0.75em;
padding:0 1em;
p {
float: $left;
padding:0 1em;
- width:25%;
+ max-width:25%;
font-size:0.75em;
color:#333333;
- input {
- margin-top: 2.5em;
- }
}
+
+ .no-label {
+ margin-top: 1.25em + 1.5em + 0.5em; // label line-height + margin-top + margin-bottom
+ }
+
select {
width:100%;
}
@@ -98,8 +99,3 @@
font-size:2.25em;
}
}
-
- .export_as_csv {
- font-size: 0.75em;
- font-weight: bold;
- }
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 016967457..27cb8fded 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -233,6 +233,10 @@ input[type=number],
input[type=text],
input[type=password],
input[type=email],
+input[type=date],
+input[type=time],
+input[type=datetime],
+input[type=url],
textarea {
@include box-sizing(border-box);
display: block;