mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 13:00:14 +01:00
removed CSS causing folders in tree not to be displayed in mail with IE 11, seems to have no effect anyway ;-)
This commit is contained in:
parent
289de71581
commit
a92a8c2f3b
@ -273,10 +273,6 @@ pre {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
.dtree tbody, .dtree tr, .dtree td, .dtree span {
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.useEllipsis {
|
.useEllipsis {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
@ -268,13 +268,6 @@ pre {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
.dtree tbody,
|
|
||||||
.dtree tr,
|
|
||||||
.dtree td,
|
|
||||||
.dtree span {
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.useEllipsis {
|
.useEllipsis {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
@ -2104,13 +2097,6 @@ pre {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
.dtree tbody,
|
|
||||||
.dtree tr,
|
|
||||||
.dtree td,
|
|
||||||
.dtree span {
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.useEllipsis {
|
.useEllipsis {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
@ -1394,11 +1394,6 @@ pre {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
tbody, tr, td, span {
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Ende dtree
|
// Ende dtree
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user