[Pkg-owncloud-commits] [owncloud] 08/52: prevent shift of app titles caused by scrollbar

David Prévot taffit at moszumanska.debian.org
Mon Dec 2 01:49:36 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 f9f123c6f6f9491c1141b423fca819874f387921
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu Nov 21 14:09:15 2013 +0100

    prevent shift of app titles caused by scrollbar
---
 core/css/styles.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/css/styles.css b/core/css/styles.css
index e1e97ba..9e8337d 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -586,6 +586,7 @@ 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 */
 }
 
 	/* 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