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

[IE8] Fix dangling Delete action when multiselect is enabled
This commit is contained in:
Thomas Müller 2015-10-02 12:16:31 +02:00
commit 4fb2ef3bac

View file

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