aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css')
-rw-r--r--web/css/_main.scss6
-rw-r--r--web/css/core.scss31
2 files changed, 36 insertions, 1 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss
index 8b018677d..383e099a1 100644
--- a/web/css/_main.scss
+++ b/web/css/_main.scss
@@ -214,6 +214,12 @@ select, input, textarea {
#header {
font-size: 150%;
}
+ h1 {
+ font-size: 140%;
+ }
+ h2 {
+ font-size: 130%;
+ }
#navigation {
position: static;
border-top: solid 2px $header_colour;
diff --git a/web/css/core.scss b/web/css/core.scss
index ca8dcef27..895a8826b 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -187,8 +187,11 @@ $map_width: 500px;
cursor: hand;
}
+ /* Lots of defaults to override small screen CSS */
#questionnaire label, #alerts label {
float: none;
+ margin-top: 0;
+ display: inline;
}
.confirmed {
@@ -635,6 +638,16 @@ $map_width: 500px;
.fieldset div.checkbox label, label.n {
display: inline;
}
+
+ #rss_list {
+ float: none;
+ width: auto;
+ }
+ #rss_buttons {
+ float: none;
+ width: auto;
+ text-align: left;
+ }
}
}
@@ -688,9 +701,25 @@ $map_width: 500px;
.banner {
margin-right: 0;
+ clear: both;
margin-top: 1em;
}
-
+ #text_map {
+ padding: 0.25em 0.5em;
+ font-size: 100%;
+ -moz-border-radius-topleft: 0;
+ -moz-border-radius-bottomleft: 1em;
+ -moz-border-radius-bottomright: 1em;
+ -webkit-border-top-left-radius: 0;
+ -webkit-border-bottom-left-radius: 1em;
+ -webkit-border-bottom-right-radius: 1em;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 1em;
+ border-bottom-right-radius: 1em;
+ }
+ #text_map_arrow {
+ display: none;
+ }
}
}