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