[Pkg-owncloud-commits] [owncloud] 235/273: fix position of shared file buttons

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:21 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit ae195c99a1dc323be42ed7ad182338952b967aee
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jul 2 23:07:30 2014 +0200

    fix position of shared file buttons
---
 core/css/header.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/css/header.css b/core/css/header.css
index d2645c6..91dfeb7 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -230,8 +230,10 @@
 	padding: 7px 5px;
 	color: #fff;
 	height: 100%;
-	max-width: 40%;
+	max-width: 80%;
 	white-space: nowrap;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
 }
 
 /* Profile picture in header */

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