Merge pull request #2113 from annando/1511-manage-notifications
The manage page now shows the notifications
This commit is contained in:
commit
a60b702df1
7 changed files with 83 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue