Fix width/height of login button in navbar

This commit is contained in:
Gina Häußge 2017-01-12 14:22:34 +01:00
parent de0ee08e05
commit 03085ab39b
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -1145,13 +1145,15 @@ input[type=number] {
#navbar_login:not(.open) #login_dropdown_loggedout {
display: block;
z-index: -1;
height: 0px;
height: 0;
width: 0;
padding: 0 !important;
overflow: hidden;
border: 0;
box-shadow: none;
left: -9999px;
}
#loginForm {
margin: 0;