Merge pull request #5304 from owncloud/files-deleteiconpositionfix

Fixed position of "delete" icon in files app
This commit is contained in:
Morris Jobke 2013-10-11 12:39:33 -07:00
commit 22bb9762fd
1 changed files with 1 additions and 3 deletions

View File

@ -252,9 +252,7 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
#fileList a.action.delete {
position: absolute;
right: 0;
top: 0;
margin: 0;
padding: 15px 14px 19px !important;
padding: 9px 14px 19px !important;
}
a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }