Skip to content

Commit

Permalink
min-height for #navigation bar to fix height difference when user is …
Browse files Browse the repository at this point in the history
…not logged in
  • Loading branch information
mariez committed May 4, 2016
1 parent c529ade commit e816c64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/style.css
Expand Up @@ -58,9 +58,12 @@ span.nexttab, span.prevtab{margin:35px 0 0 0}
.panel .step-nav a:hover{background-color:transparent}
.helpdialog{margin-right:5px}


/* # header *******************/

#logged{margin-right:0px;margin-top:20px;margin-bottom:20px}
#navigation{min-height: 71px}

@media only screen and (min-width:768px){
#navigation #menuTop a.dropdown-toggle{padding-top:22px;padding-bottom:27px}
}
Expand All @@ -77,7 +80,6 @@ span.nexttab, span.prevtab{margin:35px 0 0 0}
.navbar-collapse{box-shadow:none;border-top:0;margin-top:10px;}
#logged{right:80px; position:absolute; top:15px;margin-top:0}
}
/*.navbar-inverse{min-height:71px}*/



Expand Down

0 comments on commit e816c64

Please sign in to comment.