[Pkg-owncloud-commits] [owncloud] 68/258: fix nojavascript message alignment
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:22 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 bec08955b273f8130926d0bc6c36c66a86ece072
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Thu Sep 11 16:12:43 2014 +0200
fix nojavascript message alignment
---
core/css/styles.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/css/styles.css b/core/css/styles.css
index 906e38b..7a1235f 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -42,8 +42,9 @@ body {
position: fixed;
top: 0;
bottom: 0;
- z-index: 9000;
+ height: 100%;
width: 100%;
+ z-index: 9000;
text-align: center;
background-color: rgba(0,0,0,0.5);
color: #fff;
--
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