]> source.dussan.org Git - nextcloud-server.git/commitdiff
pin notification to the top
authorThomas Mueller <thomas.mueller@tmit.eu>
Fri, 11 Jan 2013 14:21:39 +0000 (15:21 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Fri, 11 Jan 2013 14:21:39 +0000 (15:21 +0100)
core/css/styles.css

index e7ad777f719a4abee4bd5d010d7bc233af9a1ad5..fa7241c7f67681b0ae56c73e934ac7e26378f48f 100644 (file)
@@ -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; }