[Pkg-owncloud-commits] [owncloud] 18/49: fix details for buttons in header and controls bar

David Prévot taffit at moszumanska.debian.org
Thu Dec 5 16:02:53 UTC 2013


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

taffit pushed a commit to branch master
in repository owncloud.

commit f15aeb3bbccd4cf3914e8d189e0dcf6413888b64
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Tue Nov 19 15:54:27 2013 +0100

    fix details for buttons in header and controls bar
---
 apps/files_sharing/css/public.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 801c275..039a9af 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -22,13 +22,17 @@ body {
 #public_upload,
 #download {
 	font-weight:700;
-	margin: 0 0.4em 0 0;
+	margin: 0 0 0 .4em;
 	padding: 0 5px;
 	height: 32px;
 	float: left;
 
 }
 
+#openAsPhotoAlbum {
+	font-weight: normal;
+}
+
 .header-right #details {
 	margin-right: 28px;
 }

-- 
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