Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-11 18:12:43 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-12 01:06:45 +0400
commitbec08955b273f8130926d0bc6c36c66a86ece072 (patch)
tree638e16c610ada30a1fca1f2d8aad9fc238d3efdf /core/css/styles.css
parentf040529e6d4ad4212eccd37fcc67799fc36f3c32 (diff)
fix nojavascript message alignment
Diffstat (limited to 'core/css/styles.css')
-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 906e38bd7f2..7a1235f7252 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;