minor style fix for user menu
This commit is contained in:
parent
c9552c2cd9
commit
7aa1028cbe
1 changed files with 8 additions and 8 deletions
|
|
@ -256,7 +256,7 @@ body > header {
|
||||||
top: -4px;
|
top: -4px;
|
||||||
float: right;
|
float: right;
|
||||||
margin: -2px -5px 0px 0px;
|
margin: -2px -5px 0px 0px;
|
||||||
padding: 5px 7px 5px 32px;
|
padding: 0;
|
||||||
|
|
||||||
border-left: 1px solid #333;
|
border-left: 1px solid #333;
|
||||||
border-right: 1px solid #333;
|
border-right: 1px solid #333;
|
||||||
|
|
@ -270,7 +270,8 @@ body > header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu-item a {
|
.user-menu-item a {
|
||||||
padding: 4px;
|
cursor: pointer;
|
||||||
|
padding: 4px 8px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: $text-grey;
|
color: $text-grey;
|
||||||
|
|
||||||
|
|
@ -282,7 +283,7 @@ body > header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu-trigger {
|
.user-menu-trigger {
|
||||||
padding: 5px 0;
|
padding: 10px 25px 10px 40px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $highlight-white;
|
color: $highlight-white;
|
||||||
|
|
@ -291,7 +292,6 @@ body > header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-name {
|
.user-name {
|
||||||
padding: 4px 15px 4px 4px;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
@ -307,11 +307,11 @@ body > header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu-avatar {
|
.user-menu-avatar {
|
||||||
height: 22px;
|
height: 25px;
|
||||||
width: 22px;
|
width: 25px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 7px;
|
left: 8px;
|
||||||
top: 9px;
|
top: 8px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue