]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unused update-notification style
authorVincent Petry <pvince81@owncloud.com>
Mon, 22 Feb 2016 16:25:16 +0000 (17:25 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 22 Feb 2016 16:25:32 +0000 (17:25 +0100)
core/css/styles.css

index 2fd350f3c4a9dfab4f6a14337a839bb8ca420a46..4edb29a8c6ef7c60b7a6c6367155adc4022b2290 100644 (file)
@@ -650,7 +650,7 @@ td.avatar {
        width: 100%;
        text-align: center;
 }
-#notification, #update-notification {
+#notification {
        margin: 0 auto;
        max-width: 60%;
        z-index: 8000;
@@ -665,7 +665,7 @@ td.avatar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
 }
-#notification span, #update-notification span {
+#notification span {
        cursor: pointer;
        margin-left: 1em;
 }