From a5a28d11fc29c12d57361b1d2875c6d60643db39 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 5 Aug 2016 20:17:06 +0200 Subject: [PATCH] frio - provide mobile login/register buttons for mobile view --- view/theme/frio/css/style.css | 7 +++++++ view/theme/frio/templates/nav.tpl | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index fbe002b17b..bd2cf90ff6 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -108,6 +108,10 @@ a#item-delete-selected { display: none; } +#toggle_mobile_link { + display: none; +} + /* * Overwriting and Extend Bootstrap */ @@ -510,6 +514,9 @@ nav.navbar a { #topbar-first .btn-enter:hover { background-color: #89a2b0 } +.navbar-fixed-top ul.nav.navbar-nav.navbar-right { + display: flex; +} /* Notification Menu */ diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index a72a29a388..94f91bb4eb 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -231,13 +231,13 @@ {{if $nav.userinfo == ''}}