summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2015-10-02 08:57:51 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2015-10-02 08:57:51 +0200
commitbf4c3ce134468c9a612aeeef78dfe600dbb3e52b (patch)
tree57ba1af7ef462b6ed32ff27067662e42084696d7
parent3098fd0d300f4cad331e4219f696d19bcc617eb2 (diff)
parent9e66653fb38d4eefab5a4d66b15fb0d43061a2c2 (diff)
downloadnextcloud-server-bf4c3ce134468c9a612aeeef78dfe600dbb3e52b.tar.gz
nextcloud-server-bf4c3ce134468c9a612aeeef78dfe600dbb3e52b.zip
Merge pull request #19496 from owncloud/ie8-filenamewidth-sickness
[IE8] Remove non-working ellipsis support
-rw-r--r--apps/files/css/files.css11
-rw-r--r--core/css/fixes.css4
2 files changed, 4 insertions, 11 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 1d4d0774482..74478338c54 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -330,10 +330,6 @@ table td.filename .nametext {
max-width: 800px;
height: 100%;
}
-/* IE8 text-overflow: ellipsis support */
-.ie8 table td.filename .nametext {
- min-width: 50%;
-}
.has-favorites #fileList td.filename a.name {
left: 50px;
margin-right: 50px;
@@ -346,13 +342,6 @@ table td.filename .nametext .innernametext {
display: inline-block;
vertical-align: top;
}
-/* IE8 text-overflow: ellipsis support */
-.ie8 table td.filename .nametext .innernametext {
- white-space: nowrap;
- word-wrap: normal;
- -ms-text-overflow: ellipsis;
- max-width: 47%;
-}
@media only screen and (min-width: 1500px) {
table td.filename .nametext .innernametext {
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 54852eb9beb..5f917dbbe81 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -24,6 +24,10 @@ select {
background-image: url('../img/actions/checkmark.png');
}
+.ie8 .icon-close {
+ background-image: url('../img/actions/close.png');
+}
+
.lte9 .icon-triangle-e {
background-image: url('../img/actions/triangle-e.png');
}