aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-09-09 15:22:08 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-09-09 15:22:08 +0100
commit39a514cbe798ba02df0e23cb737a5a945d8e9445 (patch)
treed7ad03d11438d83d373c8a863fa1dd8554f5d88d /web/css
parent4e8af1aaea80ac7fe2c0ef7ed62f52061da3054b (diff)
Alert list CSS for smaller screens.
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/css/core.scss b/web/css/core.scss
index 4e2c50d06..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;
+ }
}
}