[Pkg-owncloud-commits] [owncloud] 201/258: reduce bottom padding in filelist, fix perceived glitching, fix #11213
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:36 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 9411a6ea535ac5c0f48c803f1097535f4328efe8
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Tue Oct 7 10:44:01 2014 +0200
reduce bottom padding in filelist, fix perceived glitching, fix #11213
---
apps/files/css/files.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 590fdd0..fa71c1a 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -479,7 +479,7 @@ a.action>img {
.summary td {
padding-top: 20px;
- padding-bottom: 250px;
+ padding-bottom: 150px;
border-bottom: none;
}
.summary .info {
--
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