From: rabuzarus <> Date: Sat, 8 Apr 2017 11:30:16 +0000 (+0200) Subject: Bugfix: there was a gui issue on the navbar account dropdown button X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c65fc6f8ded65af51f082ab88c05d68e94d9360c;p=friendica.git Bugfix: there was a gui issue on the navbar account dropdown button --- 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 }