You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
864 B
Plaintext
43 lines
864 B
Plaintext
11 months ago
|
.table:not(.table-condensed) > tbody > tr > td.treenode {
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
border-bottom: solid #fff 1px;
|
||
|
}
|
||
|
|
||
|
.table:not(.table-condensed) > tbody > tr:last-child > td.treenode {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
.treenode {
|
||
|
.text {
|
||
|
float: left;
|
||
|
display: block;
|
||
|
padding-top: 6px;
|
||
|
padding-bottom: 6px;
|
||
|
}
|
||
|
.vertical,
|
||
|
.vertical.last {
|
||
|
float: left;
|
||
|
display: block;
|
||
|
width: 1px;
|
||
|
border-left: dashed silver 1px;
|
||
|
height: 38px;
|
||
|
margin-left: 8px;
|
||
|
}
|
||
|
.vertical.last {
|
||
|
height: 15px;
|
||
|
}
|
||
|
|
||
|
.space,
|
||
|
.node {
|
||
|
float: left;
|
||
|
display: block;
|
||
|
width: 15px;
|
||
|
height: 5px;
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
|
||
|
.node {
|
||
|
border-top: dashed silver 1px;
|
||
|
}
|
||
|
}
|