diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-28 16:25:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-28 16:25:04 +0100 |
commit | 25edf88cf3cfae0320b3b8cefca39464f85d4a91 (patch) | |
tree | 7869c053ae741fca94d7b05f62830a826845c59e /web/css | |
parent | 85a3050d6e5e0f7f0bd9d3c827533f5d84d0b396 (diff) |
List updates on Your Reports (for #127), and a map too (#124).
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 5 | ||||
-rw-r--r-- | web/css/core.scss | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css index 576437251..a67c54f17 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -377,6 +377,11 @@ margin-top: 2em; } +.olControlAttribution { + bottom: 3px !important; + left: 3px; +} + @media print { #mysociety #map_box { float: none; diff --git a/web/css/core.scss b/web/css/core.scss index 246a33167..74e62f481 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -507,6 +507,11 @@ $map_width: 500px; } +.olControlAttribution { + bottom: 3px !important; + left: 3px; +} + // Printing, SCSS doesn't handle @media nesting @media print { |