Merge pull request #3305 from rabuzarus/20170408_-_fix_frio_css_nav_account_button

Bugfix: there was a gui issue on the navbar account dropdown button
This commit is contained in:
Hypolite Petovan
2017-04-08 07:49:12 -04:00
committed by GitHub

View File

@@ -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
}