diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-27 15:53:32 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-27 15:53:32 +0200 |
commit | e33fa226cd1b26c8416813469cf7c149e65f51a6 (patch) | |
tree | c51e372177e3cb587da0f79b4a26b0f2f9991811 | |
parent | 3b2fd5e4e6aad769f656c473f1a1fe53f5936c47 (diff) | |
download | nextcloud-server-e33fa226cd1b26c8416813469cf7c149e65f51a6.tar.gz nextcloud-server-e33fa226cd1b26c8416813469cf7c149e65f51a6.zip |
fix rename icon, fix #9257
-rw-r--r-- | apps/files/css/files.css | 4 |
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)"; |