You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
784 B
34 lines
784 B
#singleOutliersPanel .mlts-panel-body, #singleResultsPanel .mlts-panel-body {
|
|
height: 115px;
|
|
}
|
|
|
|
#windowSizeControl {
|
|
display: inline-block;
|
|
}
|
|
|
|
#currentPointCheckboxControl {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#outliersPanelMessage {
|
|
display: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.panel-footer {
|
|
display: none;
|
|
}
|
|
|
|
#splitOutliersCheckboxControl {
|
|
display: inline-block;
|
|
}
|
|
|
|
#outliersTablePanel thead th:nth-child(1), #outliersTablePanel thead th:nth-child(2), #outliersTablePanel thead th:nth-child(3), #outliersTablePanel thead th:nth-child(4) {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#outliersTablePanel thead th:nth-child(4):not(:last-child), #outliersTablePanel tbody td:nth-child(4):not(:last-child) {
|
|
border-right: 1px solid #000;
|
|
} |