removing vertical spaces under the notification button (#5555)
[frio] Removing vertical spaces under the notification button
This commit is contained in:
parent
df0c3c0562
commit
b7b6194297
1 changed files with 5 additions and 1 deletions
|
@ -26,11 +26,14 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar-first #nav-notifications-menu li.notify-unseen {
|
#topbar-first #nav-notifications-menu li.notify-unseen {
|
||||||
|
|
||||||
border-left: 3px solid #f3fcfd;
|
border-left: 3px solid #f3fcfd;
|
||||||
background-color: antiquewhite;
|
background-color: antiquewhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topbar-first #nav-notifications-menu li.notif-entry {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.birthday-notice {
|
.birthday-notice {
|
||||||
background-color:#cc0000;
|
background-color:#cc0000;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -102,3 +105,4 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con
|
||||||
.wall-spacer {
|
.wall-spacer {
|
||||||
height: 0px;
|
height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue