64 lines
1.3 KiB
CSS
64 lines
1.3 KiB
CSS
/*
|
|
SPDX-FileCopyrightText: 2021 Splunk, Inc. <sales@splunk.com>
|
|
SPDX-License-Identifier: LicenseRef-Splunk-8-2021
|
|
|
|
*/
|
|
|
|
/* Hide Simple XML dashboard controls: Edit, Export PDF, Print */
|
|
.dashboard-view-controls {
|
|
display: none !important;
|
|
}
|
|
|
|
#overview {
|
|
max-width: 500px;
|
|
text-align: justify;
|
|
}
|
|
|
|
.error-box {
|
|
display: none;
|
|
color: white;
|
|
background-color: #d85d3c; /* red */
|
|
padding: 0.5em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.input-table th {
|
|
text-align: left;
|
|
}
|
|
|
|
.input-table th,
|
|
.input-table td {
|
|
padding: 0 10px 0 10px;
|
|
}
|
|
|
|
.input-table input[type='radio'] {
|
|
margin: 4px; /* override with symmetric margins */
|
|
}
|
|
|
|
.input-table .interval-field {
|
|
width: 4em; /* narrower than default */
|
|
text-align: right; /* make the numbers line up */
|
|
padding: 2px; /* reduce from default of 4 */
|
|
height: 30px; /* reduce height */
|
|
margin-top: 12.5px; /* inline with index dropdown */
|
|
}
|
|
|
|
#btn-bar {
|
|
margin-top: 1em; /* separate from table */
|
|
}
|
|
|
|
#btn-bar #save-btn {
|
|
padding-left: 3em;
|
|
padding-right: 3em; /* made it wider */
|
|
}
|
|
|
|
#index-selection .splunk-dropdown {
|
|
max-width: 50%; /* fix the width of dropdown */
|
|
width: 300px; /* default width of dropdown */
|
|
margin-left: 0; /* remove left margin for inlinement */
|
|
height: 30px; /* reduce height */
|
|
}
|
|
|
|
.table-header {
|
|
width: 150px;
|
|
}
|