Browse Source

Merge pull request #19497 from owncloud/ie8-multiselect-delete-action-puke

[IE8] Fix dangling Delete action when multiselect is enabled
remotes/origin/certificate-external-storage-visibility
Thomas Müller 10 years ago
parent
commit
4fb2ef3bac
  1. 4
      apps/files/css/files.css

4
apps/files/css/files.css

@ -570,6 +570,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