diff options
author | Struan Donald <struan@exo.org.uk> | 2014-03-25 15:49:11 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-08 13:21:13 +0100 |
commit | 647412d2fc0213c5871fe300d1f2c7c32037da20 (patch) | |
tree | 74663cb2527eb54d91621d1d30ec34ae81a1c015 /web | |
parent | c5cbc9f10b9cc381854058011d0d82348d042e6d (diff) |
fix banner height and menu placement on map pages
make links same height as on other pages
increase height of banner to be the same as other pages
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zerotb/layout.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/cobrands/zerotb/layout.scss b/web/cobrands/zerotb/layout.scss index 7c12ab6ba..ea8102ded 100644 --- a/web/cobrands/zerotb/layout.scss +++ b/web/cobrands/zerotb/layout.scss @@ -30,6 +30,23 @@ body { } } } + &.mappage { + #main-nav { + ul#main-menu { + li { + a, + a.report-a-problem-btn, + span { + padding: 0.25em; + margin: 0.5em; + } + } + } + } + .nav-wrapper-2 { + min-height: 4em; + } + } } .nav-wrapper { |