diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-10-06 23:55:56 +0200 |
---|---|---|
committer | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-10-06 23:59:58 +0200 |
commit | e7b2da79ecd17cba4dff7fa47b6d4ff71ba8c54e (patch) | |
tree | 286f8cc3022ec0feacf719a1039d3b4959ce4970 /core | |
parent | c1a5e9643589233e0e4e131f1b2808c40370cec9 (diff) | |
download | nextcloud-server-e7b2da79ecd17cba4dff7fa47b6d4ff71ba8c54e.tar.gz nextcloud-server-e7b2da79ecd17cba4dff7fa47b6d4ff71ba8c54e.zip |
fix public empty message
Diffstat (limited to 'core')
-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 1384f6403e8..ee61fc86e31 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -425,9 +425,9 @@ input[type="submit"].enabled { .emptycontent { font-size: 16px; color: #888; - position: absolute; text-align: center; - top: 30%; + margin-top: 100px; /* ie8 */ + margin-top: 30vh; width: 100%; } #emptycontent h2, |