]> git.mxchange.org Git - friendica.git/commitdiff
Other themes are now supported as well
authorMichael Vogel <icarus@dabo.de>
Sat, 28 Nov 2015 22:18:01 +0000 (23:18 +0100)
committerMichael Vogel <icarus@dabo.de>
Sat, 28 Nov 2015 22:18:01 +0000 (23:18 +0100)
view/theme/duepuntozero/style.css
view/theme/frost/style.css
view/theme/smoothly/style.css

index 255a1d089ab606e56eb37e63e08b713c0cbac2f0..2729e012786cb3f65a3431d1f50db11c417b7b28 100644 (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;
index 24fe47559a47acb804cc53eea92fc39fb884ffa6..0e51128e29edd5724324bf69cd21293ba826b380 100644 (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;
index 3b6b73dc6e39eb6b63719ebee41d25c7b69ab9f9..f441ea541245ad29dc6f99b9d38a9bd2ffea63a9 100644 (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;