Tweak positioning of inbox count on the user menu button
This commit is contained in:
parent
e5c33c119a
commit
290d2a2308
1 changed files with 1 additions and 2 deletions
|
@ -226,12 +226,11 @@ nav.secondary {
|
||||||
|
|
||||||
#inboxanchor {
|
#inboxanchor {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
|
||||||
height: 25px;
|
height: 25px;
|
||||||
margin: 3px 0 3px 3px;
|
margin: 3px 0 3px 3px;
|
||||||
background-color: lighten($grey, 10%);
|
background-color: lighten($grey, 10%);
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
border-radius: 2;
|
border-radius: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue