vier nav-notification-menu: further polishing
This commit is contained in:
parent
c7d2d95705
commit
43d35315db
1 changed files with 10 additions and 6 deletions
|
@ -938,16 +938,20 @@ ul.menu-popup .empty {
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
#nav-notifications-mark-all a {
|
||||||
|
color: #737373;
|
||||||
|
}
|
||||||
|
|
||||||
#nav-notifications-menu img {
|
#nav-notifications-menu img {
|
||||||
width: 35px;
|
width: 32px;
|
||||||
height: 35px;
|
height: 32px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-notifications-menu .notif-desc-wrapper a {
|
#nav-notifications-menu .notif-desc-wrapper a {
|
||||||
display: inline;
|
display: inline;
|
||||||
/* color: #2d2d2d;*/
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -968,13 +972,13 @@ ul.menu-popup .empty {
|
||||||
|
|
||||||
.notif-entry-wrapper {
|
.notif-entry-wrapper {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
min-height: 35px;
|
min-height: 32px;
|
||||||
border-bottom: 1px solid #DDDDDD;
|
/*border-bottom: 1px solid #DDDDDD;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.notif-photo-wrapper {
|
.notif-photo-wrapper {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notif-photo-wrapper a {
|
.notif-photo-wrapper a {
|
||||||
|
|
Loading…
Reference in a new issue