diff options
-rw-r--r-- | apps/files_sharing/css/public.css | 1 | ||||
-rw-r--r-- | core/css/styles.css | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 17356640aef..95013e0a352 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -5,7 +5,6 @@ #preview { background: #fff; text-align: center; - min-height: 200px; } #preview .notCreatable { 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, |