From 36a4aab020edc8c968e2f3754bc07854df9b01b8 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 29 Apr 2016 15:07:55 +1000 Subject: [PATCH] Adjust styling to blend --- app/assets/stylesheets/darkswarm/map.css.sass | 20 +++++++++++++------ app/views/map/index.html.haml | 3 +-- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/map.css.sass b/app/assets/stylesheets/darkswarm/map.css.sass index 4692bdc1b4..e2a25d61c9 100644 --- a/app/assets/stylesheets/darkswarm/map.css.sass +++ b/app/assets/stylesheets/darkswarm/map.css.sass @@ -30,13 +30,21 @@ .map-footer position: fixed - font-size: x-small - left: 0 - right: 0 - bottom: 0 + z-index: 2 width: 100% height: 23px + left: 80px + right: 0 + bottom: 6px margin: 0 padding: 6px - z-index: 2 - background: #fff + font-size: 14px + font-weight: bold + text-shadow: 2px 2px #aaa + color: #fff + + a, a:hover, a:active, a:focus + color: #fff + + @media all and (max-width: 1025px) + left: 0px \ No newline at end of file diff --git a/app/views/map/index.html.haml b/app/views/map/index.html.haml index 97f4eb602d..e4a22e540c 100644 --- a/app/views/map/index.html.haml +++ b/app/views/map/index.html.haml @@ -11,5 +11,4 @@ coords: "'self'", icon: "'icon'", click: "'reveal'"} .map-footer - \© - %a{:href => "http://www.openstreetmap.org/copyright"} OpenStreetMap contributors + %a{:href => "http://www.openstreetmap.org/copyright"} © OpenStreetMap contributors