From a4c693dd75b50424afeff7e3a8d5a535526fa278 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 30 Jun 2014 14:00:43 +0200
Subject: [PATCH] remove obsolete CSS, fix visual bug in share dialog #9255

---
 apps/files/css/files.css | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index ecb58789f6..89130e47fd 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -307,8 +307,10 @@ table td.filename .nametext .innernametext {
 
 /* for smaller resolutions - see mobile.css */
 
-table td.filename .uploadtext { font-weight:normal; margin-left:8px; }
-table td.filename form { font-size:14px; margin-left:46px; height: 40px; padding-top: 10px}
+table td.filename .uploadtext {
+	font-weight: normal;
+	margin-left: 8px;
+}
 
 .ie8 input[type="checkbox"]{
 	padding: 0;
-- 
GitLab