aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-27 15:53:32 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-27 15:53:32 +0200
commite33fa226cd1b26c8416813469cf7c149e65f51a6 (patch)
treec51e372177e3cb587da0f79b4a26b0f2f9991811
parent3b2fd5e4e6aad769f656c473f1a1fe53f5936c47 (diff)
downloadnextcloud-server-e33fa226cd1b26c8416813469cf7c149e65f51a6.tar.gz
nextcloud-server-e33fa226cd1b26c8416813469cf7c149e65f51a6.zip
fix rename icon, fix #9257
-rw-r--r--apps/files/css/files.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index bf76682f03c..ecb58789f61 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)";