Adjust header sizing
This commit is contained in:
parent
b7d7781c5d
commit
3e405040ea
2 changed files with 7 additions and 8 deletions
|
@ -248,7 +248,7 @@ header {
|
|||
height: $headerHeight;
|
||||
position: relative;
|
||||
z-index: 1001;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
|
||||
h1, nav, nav > ul, nav > ul > li, .dropdown {
|
||||
display: inline-block;
|
||||
|
@ -270,7 +270,7 @@ header {
|
|||
img.logo {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin-top: -4px;
|
||||
margin-top: -2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -357,7 +357,7 @@ nav.secondary {
|
|||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: $darkgrey;
|
||||
padding: 5px;
|
||||
padding: 3px 5px 5px 5px;
|
||||
|
||||
&:hover { color: darken($darkgrey, 25%); }
|
||||
}
|
||||
|
@ -369,8 +369,6 @@ nav.secondary {
|
|||
|
||||
.user-menu {
|
||||
$border: 1px solid $grey;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
border: $border;
|
||||
border-radius: $border-radius;
|
||||
margin-left: 10px;
|
||||
|
@ -397,7 +395,8 @@ nav.secondary {
|
|||
&.logged-in > a {
|
||||
padding: 0;
|
||||
> .user-button {
|
||||
padding: 5px 10px 5px 6px;
|
||||
line-height: 1.8;
|
||||
padding: 5px 10px 3px 6px;
|
||||
display: inline-block;
|
||||
color: $darkgrey;
|
||||
}
|
||||
|
@ -414,7 +413,7 @@ nav.secondary {
|
|||
border: 0;
|
||||
vertical-align: top;
|
||||
margin-top: 0px;
|
||||
margin: 3px 0 0 3px;
|
||||
margin: 4px 0 0 4px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ $red: red;
|
|||
$lightgrey: #EEE;
|
||||
$darkgrey: #888;
|
||||
$hovercolor: 20%;
|
||||
$headerHeight: 54px;
|
||||
$headerHeight: 55px;
|
||||
$sidebarWidth: 300px;
|
||||
$keyline: 1px solid $lightgrey;
|
||||
$border-radius: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue