diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 94cae722a..dc2ad5978 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -903,6 +903,10 @@ body.frontpage { #site-header { height:6em; } + // Pull OpenLayers navigation down a bit more + #fms_pan_zoom { + top: 7em !important; + } //fix the left margin on login bit #user-meta { |