[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...
remotes/origin/certificate-external-storage-visibility
Vincent Petry 10 years ago
parent eeac6e2ab1
commit 8a34c29b2c
  1. 4
      apps/files/css/files.css

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

Loading…
Cancel
Save