diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/stevenage/_council_header.scss | 3 | ||||
-rw-r--r-- | web/cobrands/stevenage/_layout.scss | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/stevenage/_council_header.scss b/web/cobrands/stevenage/_council_header.scss index eb2ea19d8..b2b207c87 100644 --- a/web/cobrands/stevenage/_council_header.scss +++ b/web/cobrands/stevenage/_council_header.scss @@ -18,6 +18,7 @@ margin: 0; padding: 0; font-size:62.5%; + max-width: 100%; #stv-everything { /*font-size: 125%;*/ @@ -435,6 +436,8 @@ #stv-header #stv-pageTools #stv-search, #stv-header #stv-pageTools #stv-searchStatic { float: right; + display: inline; + display: inline-block; } #stv-header #stv-pageTools #stv-searchStatic #stv-search { diff --git a/web/cobrands/stevenage/_layout.scss b/web/cobrands/stevenage/_layout.scss index de84cecc4..570fcda2a 100644 --- a/web/cobrands/stevenage/_layout.scss +++ b/web/cobrands/stevenage/_layout.scss @@ -235,6 +235,7 @@ body.mappage { .nav-wrapper{ .nav-wrapper-2{ position: fixed; + top:160px; background: #222; @include background(linear-gradient(#000, #222 10%, #222 90%, #000)); } |