2017-12-19 13:30:58 +00:00
|
|
|
#navigation-box {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
#navigation-header {
|
|
|
|
position: absolute;
|
|
|
|
height: 38px;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
2022-01-26 15:00:09 +00:00
|
|
|
.font-weight-bold();
|
2017-12-19 13:30:58 +00:00
|
|
|
padding: 10px 12px;
|
2021-02-16 07:22:48 +00:00
|
|
|
border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
border-bottom: @scaled-one-px-value solid @border-toolbar;
|
2017-12-19 13:30:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigation-list {
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
2017-12-21 10:56:48 +00:00
|
|
|
font-size: 12px;
|
|
|
|
|
2018-03-16 10:09:00 +00:00
|
|
|
.treeview {
|
|
|
|
padding: 8px 0;
|
2020-11-05 21:16:06 +00:00
|
|
|
.empty-text {
|
|
|
|
tr {
|
|
|
|
vertical-align: top;
|
|
|
|
td {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-03-16 10:09:00 +00:00
|
|
|
}
|
|
|
|
|
2017-12-21 10:56:48 +00:00
|
|
|
.name.not-header {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2022-02-10 19:42:09 +00:00
|
|
|
|
|
|
|
.name {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-break: break-all;
|
|
|
|
max-height: 350px;
|
|
|
|
}
|
2017-12-19 13:30:58 +00:00
|
|
|
}
|
|
|
|
}
|