diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 6 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index fb864bc21..546f4cb33 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -1104,9 +1104,11 @@ a:hover.button-left { } .olControlAttribution { - bottom: 0.5em !important; - left: 3px; + bottom: 3.25em !important; + right: 0.25em !important; + left: 0.25em !important; color: #222222; + font-size:0.75em !important; } .olControlPermalink { bottom: 3px !important; diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index dbb5f54eb..526567ed6 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -466,10 +466,15 @@ body.twothirdswidthpage { top:174px !important; } +.olControlAttribution { + bottom:0.5em !important; + left: auto !important; +} + #sub_map_links { left:auto; bottom:auto; - bottom:1em; + bottom:2em; #map_links_toggle { display:block; cursor: pointer; |