[IE8] Fix dangling Delete action when multiselect is enabled

For some reason we need to cancel out the table's top: 95px, but just
for the delete action and not the other ones... whatever, IE8...
This commit is contained in:
Vincent Petry 2015-10-01 11:50:34 +02:00
parent eeac6e2ab1
commit 8a34c29b2c
1 changed files with 4 additions and 0 deletions

View File

@ -563,6 +563,10 @@ a.action > img {
margin-bottom: -1px;
}
html.ie8 .column-mtime .selectedActions {
top: -95px;
}
#fileList a.action {
display: inline;
padding: 17px 8px;