[Pkg-owncloud-commits] [owncloud] 49/61: fix notification preventing top bar clickability, fix #9680

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:51:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 57c954a345a21b0e9b2815b9ae015888ce66acbd
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jul 30 18:00:46 2014 +0200

    fix notification preventing top bar clickability, fix #9680
---
 core/css/styles.css | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 17ed3fb..4ac43f4 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -680,7 +680,13 @@ label.infield {
 .center { text-align:center; }
 .inlineblock { display: inline-block; }
 
-#notification-container { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 101; line-height: 1.2;}
+#notification-container {
+	position: absolute;
+	top: 0;
+	width: 100%;
+	text-align: center;
+	line-height: 1.2;
+}
 #notification, #update-notification {
 	z-index: 101;
 	background-color: #fc4;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list