aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-11 23:06:17 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-11 23:06:17 +0200
commit7afca08255ef8cd034f76fa108fa82390eaab2fb (patch)
treebe2d6db632c0fdfa90467775afa160649fec97fe /core
parentdc2e4dc7b948db156e392eb95a8e93d194094b32 (diff)
parent94402b5cc7e916570ea72a25f78eeb376f55dab6 (diff)
downloadnextcloud-server-7afca08255ef8cd034f76fa108fa82390eaab2fb.tar.gz
nextcloud-server-7afca08255ef8cd034f76fa108fa82390eaab2fb.zip
Merge pull request #11024 from owncloud/fix-nojavascript
fix nojavascript message alignment
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index d4d16db743c..ad320b1eeca 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;