From 9bab858fd1e9c4d219d8ecb1cdca1377abde7024 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 23 Feb 2017 12:31:41 +0100 Subject: move collapsed login and register buttons to the left --- view/theme/redbasic/css/style.css | 11 ++++++++++- view/tpl/nav.tpl | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 115aa65ae..c632dbc74 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1832,7 +1832,16 @@ nav .badge.mail-update { padding: 7px 10px; } -a.navbar-toggle-extra:hover { +.navbar-toggle-extra-left { + float: left; + margin-left: 15px; + margin-right: 0px; + color: $nav_active_icon_colour; + padding: 7px 10px; +} + +a.navbar-toggle-extra:hover, +a.navbar-toggle-extra-left:hover { color: $nav_active_icon_colour; text-decoration: none; } diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 1f272e7b8..fa47b477a 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -6,11 +6,11 @@ {{if $nav.login && !$userinfo}} - {{if $nav.register}} - + {{$nav.register.1}} {{/if}} -- cgit v1.2.3