1
0
Fork 0

Merge pull request #2113 from annando/1511-manage-notifications

The manage page now shows the notifications
This commit is contained in:
fabrixxm 2015-11-30 12:04:53 +01:00
commit a60b702df1
7 changed files with 83 additions and 1 deletions

View file

@ -3338,6 +3338,17 @@ div.jGrowl div.info {
}
/* notifications popup menu */
.manage-notify {
font-size: 10px;
padding: 1px 3px;
top: 0px;
min-width: 15px;
text-align: center;
float: right;
margin-top: -14px;
margin-right: -20px;
}
.nav-notify {
display: none;
position: absolute;