forked from extern/egroupware
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%;
|
||||
display: table-row;
|
||||
}
|
||||
.dtree tbody, .dtree tr, .dtree td, .dtree span {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.useEllipsis {
|
||||
text-overflow: ellipsis;
|
||||
width: 250px;
|
||||
|
@ -268,13 +268,6 @@ pre {
|
||||
width: 100%;
|
||||
display: table-row;
|
||||
}
|
||||
.dtree tbody,
|
||||
.dtree tr,
|
||||
.dtree td,
|
||||
.dtree span {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.useEllipsis {
|
||||
text-overflow: ellipsis;
|
||||
width: 250px;
|
||||
@ -2104,13 +2097,6 @@ pre {
|
||||
width: 100%;
|
||||
display: table-row;
|
||||
}
|
||||
.dtree tbody,
|
||||
.dtree tr,
|
||||
.dtree td,
|
||||
.dtree span {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.useEllipsis {
|
||||
text-overflow: ellipsis;
|
||||
width: 250px;
|
||||
|
@ -1394,11 +1394,6 @@ pre {
|
||||
width: 100%;
|
||||
display: table-row;
|
||||
}
|
||||
tbody, tr, td, span {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
// Ende dtree
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user