From 899c7c04436eb5bd228e5bfa7166be24a746d774 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Fri, 2 May 2014 15:24:23 +0200
Subject: [PATCH] fix position and look of public download button

---
 apps/files_sharing/css/public.css |  3 ---
 core/css/styles.css               | 11 +++++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index efd8d4950d..67d8470194 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -86,9 +86,6 @@ thead {
 	margin-left: auto;
 	margin-right: auto;
 }
-.directDownload .button img {
-	vertical-align: text-bottom;
-}
 
 .directLink label {
 	font-weight: normal;
diff --git a/core/css/styles.css b/core/css/styles.css
index 278b4f978d..ee66efec28 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -62,11 +62,8 @@ body {
 .header-right {
 	position: absolute;
 	right: 0;
-	padding-right: 10px;
+	padding: 7px 5px;
 	color: #fff;
-	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-	filter: alpha(opacity=50);
-	opacity: .5;
 	height: 100%;
 	max-width: 40%;
 	white-space: nowrap;
@@ -195,6 +192,12 @@ input[type="time"] {
 	height: 31px;
 	-moz-box-sizing: border-box; box-sizing: border-box;
 }
+
+/* correctly align images inside of buttons */
+input img, button img, .button img {
+	vertical-align: text-bottom;
+}
+
 #quota {
 	cursor: default;
 	margin: 30px;
-- 
GitLab