Merge pull request #9259 from owncloud/fix-rename-icon

fix rename icon, fix #9257
This commit is contained in:
Morris Jobke 2014-06-27 17:41:23 +02:00
commit 44e1bfb0ea
1 changed files with 2 additions and 2 deletions

View File

@ -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)";