From c65fc6f8ded65af51f082ab88c05d68e94d9360c Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sat, 8 Apr 2017 13:30:16 +0200 Subject: [PATCH] Bugfix: there was a gui issue on the navbar account dropdown button --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 596b6de1e9..3879605276 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -440,7 +440,7 @@ nav.navbar .nav>li>a:focus{ border-radius: 3px; } #topbar-first .nav>.account .dropdown-toggle { - padding: 10px 5px 8px; + padding: 10px 5px 0px; line-height: 1.1em; text-align: left }