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.

29 lines
845 B

#dataAndPredictionsPanel thead th:nth-child(1), #dataAndPredictionsPanel thead th:nth-child(2), #dataAndPredictionsPanel thead th:nth-child(3) {
font-weight: bold;
}
#dataAndPredictionsPanel thead th:nth-child(3), #dataAndPredictionsPanel tbody td:nth-child(3) {
border-right: 1px solid #000;
}
/* TableViews don't have any bottom padding so this adds space between the table and the footer buttons */
#fitModelSummaryPanel .mlts-panel-footer {
margin-top: 15px;
}
#trainingSetFractionSliderValue {
font-weight: bold;
}
#actualVsPredictedLinesSortBy > * {
display: inline-block;
vertical-align: middle;
}
#actualVsPredictedLinesSortBy label {
margin: 0 5px 0 0;
}
#actualVsPredictedLinesSortBy .splunk-choice-input-message {
display: none; /* hide the message, it's never useful and takes vertical room */
}