diff options
-rw-r--r-- | templates/web/zurich/header.html | 3 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 13 |
2 files changed, 11 insertions, 5 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index 407cb643c..af8351ed5 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -38,7 +38,8 @@ <div class="table-cell"> <header id="site-header" role="banner"> <div class="container"> - <a href="http://www.stadt-zuerich.ch/" id="site-logo">Züri wie neu</a> + <a href="http://www.stadt-zuerich.ch/" id="site-logo">Stadt Zürich</a> + <a href="/" id="site-logo-text">Züri wie neu</a> <a href="#main-nav" id="nav-link">Main Navigation</a> </div> </header> diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index e44da655b..b791ba28a 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -45,15 +45,20 @@ body.mappage.admin .nav-wrapper-2 { body.frontpage #site-logo, #site-logo { width: 415px; - height: 16px; + height: 99px; background: url(logo_portal.jpg) top left no-repeat; top: 0; - text-indent: 0; - padding-left: 10px; + left: auto; // base set this to 0 +} + +#site-logo-text { + position: absolute; + top: 0; + z-index: 3; padding-top: 83px; + padding-left: 10px; color: #585858; font-size: 85%; - left: auto; // base set this to 0 } .nav-wrapper { |