diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-09 15:22:08 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-09 15:22:08 +0100 |
commit | 39a514cbe798ba02df0e23cb737a5a945d8e9445 (patch) | |
tree | d7ad03d11438d83d373c8a863fa1dd8554f5d88d | |
parent | 4e8af1aaea80ac7fe2c0ef7ed62f52061da3054b (diff) |
Alert list CSS for smaller screens.
-rw-r--r-- | web/css/core.scss | 13 |
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; + } } } |