From e7b2da79ecd17cba4dff7fa47b6d4ff71ba8c54e Mon Sep 17 00:00:00 2001
From: Hendrik Leppelsack <hendrik@leppelsack.de>
Date: Tue, 6 Oct 2015 23:55:56 +0200
Subject: [PATCH] fix public empty message

---
 apps/files_sharing/css/public.css | 1 -
 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 17356640ae..95013e0a35 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 1384f6403e..ee61fc86e3 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,
-- 
GitLab