diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 17356640aeff22515940a755ae9a09faf7f5f734..95013e0a3524aa8e5ac8264f649b293dc74cbec2 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 1384f6403e8f2766e7cdd9645178fd166ac5af90..ee61fc86e314e2b59e0bb6ae4259ef023a11f298 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,