Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-02 13:16:31 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-02 13:16:31 +0300
commit4fb2ef3bacf2ae8eeac0b5bebecd98b90cca5511 (patch)
tree90cf85f425b38e50de3b2e4d7a09dc4086035ce7 /apps/files/css/files.css
parent2912d0e3e32e81978f5f56ba3ae69d08621e1e6c (diff)
parent8a34c29b2c7f8d81aa0a3055d20dc2c7af24a34f (diff)
Merge pull request #19497 from owncloud/ie8-multiselect-delete-action-puke
[IE8] Fix dangling Delete action when multiselect is enabled
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 2ba1f774d49..d0a2cce1a86 100644
--- a/apps/files/css/files.css
+++ b/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;