summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-02-22 17:25:16 +0100
committerVincent Petry <pvince81@owncloud.com>2016-02-22 17:25:32 +0100
commite37372e8832c9d12c0c602356bd7d3a122a2bb61 (patch)
treee93ac702b9d2d0353e48e86a15ae22cfa2381281 /core/css
parent27544144cec06324a5fe4494034e893b7c5a66ff (diff)
downloadnextcloud-server-e37372e8832c9d12c0c602356bd7d3a122a2bb61.tar.gz
nextcloud-server-e37372e8832c9d12c0c602356bd7d3a122a2bb61.zip
Remove unused update-notification style
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 2fd350f3c4a..4edb29a8c6e 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -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;
}