diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-08 18:07:20 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-08 22:01:56 +0200 |
commit | b609d36e3cd8f0067b6764afd6715b264c68ef0d (patch) | |
tree | 2685150f2ba6a8bcaf0ba75e6cddef2f2f1f3be1 /core/css | |
parent | a7968604d8544f5fb55a7bdb98ca52bb7ee76bbf (diff) | |
download | nextcloud-server-b609d36e3cd8f0067b6764afd6715b264c68ef0d.tar.gz nextcloud-server-b609d36e3cd8f0067b6764afd6715b264c68ef0d.zip |
also add no-JavaScript notice to log in and sharing pages because they do not work without JS either
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 8dc9bb4780e..906e38bd7f2 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -39,7 +39,7 @@ body { #nojavascript { - position: absolute; + position: fixed; top: 0; bottom: 0; z-index: 9000; @@ -54,7 +54,7 @@ body { display: block; position: relative; width: 50%; - top: 30%; + top: 35%; margin: 0px auto; } #nojavascript a { |