diff options
author | ringmaster <epithet@gmail.com> | 2013-12-05 09:48:20 -0500 |
---|---|---|
committer | ringmaster <epithet@gmail.com> | 2013-12-05 09:48:20 -0500 |
commit | 38745e4bd11327bcd0b280a2241cd02b8d421b84 (patch) | |
tree | 8b9cf50e595c470662bcb12e9adefa2503054f4a /core/css | |
parent | bdab0409c4e47a2df112196de915a06d208293ce (diff) | |
download | nextcloud-server-38745e4bd11327bcd0b280a2241cd02b8d421b84.tar.gz nextcloud-server-38745e4bd11327bcd0b280a2241cd02b8d421b84.zip |
Move message up 10%
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 0ed4cf36c91..53cce7b733b 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -61,7 +61,7 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari } #nojavascript div { width: 50%; - top: 50%; + top: 40%; position: absolute; left: 50%; margin-left: -25%; |