[Pkg-owncloud-commits] [owncloud] 09/52: prevent shift of app names caused by scrollbar, part 2

David Prévot taffit at moszumanska.debian.org
Mon Dec 2 01:49:37 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 3360719bbf3cb9a2b086b10b8b1a0a21e78531b4
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu Nov 21 17:21:23 2013 +0100

    prevent shift of app names caused by scrollbar, part 2
---
 core/css/styles.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 9e8337d..c9820c4 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -586,7 +586,9 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 	color: #fff;
 	white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */
 	padding-bottom: 10px;
-	padding-left: 8px; /* prevent shift caused by scrollbar */
+	/* prevent shift caused by scrollbar */
+	padding-left: 8px;
+	width: 64px;
 }
 
 	/* icon opacity and hover effect */

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