From 60a19ef31281df06372938f3acf26465850f457b Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 16 Jan 2013 18:11:00 +0000 Subject: Move logged in notice to top right. --- templates/web/zurich/footer.html | 7 +++++++ templates/web/zurich/header.html | 11 ----------- web/cobrands/zurich/layout.scss | 21 +++++++++++++++++++++ 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html index 2e4717360..499923b1c 100644 --- a/templates/web/zurich/footer.html +++ b/templates/web/zurich/footer.html @@ -5,6 +5,12 @@ diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index fdc4f1800..d47a05a0d 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -43,17 +43,6 @@ -
- [% IF c.user_exists %] -

- [% tprintf(loc('Hi %s'), c.user.name || c.user.email) %] - [% loc('sign out') %] -

- [% ELSE %] - - [% END %] -
- [% pre_container_extra %]
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index b6e8337e1..cfd945034 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -47,6 +47,27 @@ body.mappage { } } +.nav-wrapper-2 p:first-child { + font-weight: bold; + margin-top: 0.75em; +} +.nav-wrapper-2 p { + line-height: 1.2; + color: white; + clear: right; + float: right; + margin: 0 1em 0 0; + font-size: 85%; + a { + color: white; + font-size: 85%; + } + a:hover { + color: white; + } +} + +/* TODO Change the main-nav to be what is wanted */ #main-nav { ul#main-menu { li { -- cgit v1.2.3