[Pkg-owncloud-commits] [owncloud] 20/70: fix position and look of public download button

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:40:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v6.0.5RC1
in repository owncloud.

commit bfe76fa9e29b12ab25240bf19e93fdf8b3e55b74
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 2 15:24:23 2014 +0200

    fix position and look of public download button
    
    Backport of 899c7c0 from master
---
 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 289b017..d3aea1a 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -107,9 +107,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 941d49d..358faf5 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -41,11 +41,8 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
 .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;
@@ -124,6 +121,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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list