[Pkg-owncloud-commits] [owncloud] 92/273: fix rename icon, fix #9257
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:13:02 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 e33fa226cd1b26c8416813469cf7c149e65f51a6
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Fri Jun 27 15:53:32 2014 +0200
fix rename icon, fix #9257
---
apps/files/css/files.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index bf76682..ecb5878 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -437,9 +437,9 @@ a.action>img {
}
#fileList a.action[data-action="Rename"] {
- padding:18px 14px !important;
+ padding: 16px 14px 17px !important;
position: relative;
- top: -6px;
+ top: -21px;
}
#fileList tr:hover a.action, #fileList a.action.permanent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
--
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