aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.css5
-rw-r--r--web/css/core.scss5
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 {