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 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic') 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; } -- cgit v1.2.3