vier nav-notification-menu: small cleanup

This commit is contained in:
rabuzarus 2015-12-28 20:52:11 +01:00
parent 093a3e6742
commit c7d2d95705
1 changed files with 2 additions and 6 deletions

View File

@ -917,8 +917,7 @@ ul.menu-popup .empty {
#nav-notifications-menu { #nav-notifications-menu {
width: 400px; width: 400px;
max-height: 550px; max-height: 550px;
overflow: hidden; overflow: auto;
posistion: absolute;
} }
/* #nav-notifications-menu a { /* #nav-notifications-menu a {
display: inline; display: inline;
@ -929,8 +928,6 @@ ul.menu-popup .empty {
background-color: #bdcdd4; background-color: #bdcdd4;
}*/ }*/
/* überleugung das zu löschen: begin*/
#nav-notifications-menu > li { #nav-notifications-menu > li {
display: block; display: block;
color: #737373; color: #737373;
@ -969,9 +966,8 @@ ul.menu-popup .empty {
padding: 7px 7px 0px 0px; padding: 7px 7px 0px 0px;
} }
/* überlegung das zu löschen Ende*/
.notif-entry-wrapper { .notif-entry-wrapper {
padding: 5px; padding: 5px 10px;
min-height: 35px; min-height: 35px;
border-bottom: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD;
} }