Fixed position of "delete" icon in files app

There was an issue where only Chrome allows setting position: relative
on a td element.

This fix now works in IE8, Firefox and Chrome.

Fixes #5056
This commit is contained in:
Vincent Petry 2013-10-11 18:01:15 +02:00
parent 067475a907
commit a4a52733f9
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; }