From 138f07a6505862b80580f4d05be58485cfd5906a Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Tue, 14 Aug 2018 13:44:58 +0100 Subject: [Oxfordshire] Avoid nav menu CSS overlap for staff on mappage Fixes mysociety/fixmystreet-commercial#1131 --- web/cobrands/oxfordshire/layout.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 0e49916ac..9a831dd69 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -218,8 +218,13 @@ body.mappage { .nav-menu--main { margin-top: 0; - height: 40px; - padding: 19px 0 27px 0; + padding: 0; + height: (10 * 16px) - 70px - 4px - 1px; // $mappage-header-height minus .nav-wrapper top, minus .nav-wrapper borders + @include flex-align(center); + + li { + padding-top: 0; + } } .wrapper .table-cell { -- cgit v1.2.3