summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-11 15:21:39 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-11 15:21:39 +0100
commit7fe8fb4248f71e89d53aeef2c57063507a4b61a0 (patch)
treee825581c188ce98447bca74e01e88ac5e9c3a4b6 /core/css
parentc2b3c7ed3ed619e9f3cda154c52ee22cd2b8ecee (diff)
downloadnextcloud-server-7fe8fb4248f71e89d53aeef2c57063507a4b61a0.tar.gz
nextcloud-server-7fe8fb4248f71e89d53aeef2c57063507a4b61a0.zip
pin notification to the top
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index e7ad777f719..fa7241c7f67 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -190,7 +190,7 @@ fieldset.warning legend { color:#b94a48 !important; }
.bold { font-weight:bold; }
.center { text-align:center; }
-#notification-container { position: absolute; top: 0px; width: 100%; text-align: center; z-index: 101; line-height: 1.2;}
+#notification-container { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 101; line-height: 1.2;}
#notification { z-index:101; background-color:#fc4; border:0; padding:0 .7em .3em; display:none; position: relative; top:0; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; }
#notification span { cursor:pointer; font-weight:bold; margin-left:1em; }