diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-11 16:12:43 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-11 16:12:43 +0200 |
commit | 94402b5cc7e916570ea72a25f78eeb376f55dab6 (patch) | |
tree | e330bc8b5a1e480eae8d9c3355b4e2fbb44ad92a /core/css | |
parent | 712addac683110c44527cbb9dfe9133821712241 (diff) | |
download | nextcloud-server-94402b5cc7e916570ea72a25f78eeb376f55dab6.tar.gz nextcloud-server-94402b5cc7e916570ea72a25f78eeb376f55dab6.zip |
fix nojavascript message alignment
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 3 |
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; |