Other themes are now supported as well

This commit is contained in:
Michael Vogel 2015-11-28 23:18:01 +01:00
parent 3067663909
commit 58a261a29a
3 changed files with 38 additions and 0 deletions

View File

@ -3312,6 +3312,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;

View File

@ -4040,6 +4040,22 @@ div.jGrowl-notification {
}
/* notifications popup menu */
.manage-notify {
padding: 1px 3px;
top: 0px;
min-width: 15px;
text-align: center;
float: right;
margin-top: -14px;
margin-right: -20px;
font-size: 0.8em;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: gold !important;
}
.nav-notify {
display: none;
position: absolute;

View File

@ -4216,6 +4216,17 @@ a.active {
}
/* 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;