
plugins.settings.styles.main.css Maven / Gradle / Ivy
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.btn-group-lg > .btn {
padding: 18px 27px;
font-size: 17px;
line-height: 1.33;
border-radius: 6px;
}
.btn-group-sm > .btn {
padding: 6px 9px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
kibana-settings-app,
kbn-settings-indices,
kbn-settings-indices-edit,
kbn-settings-indices-create,
kbn-settings-advanced,
kbn-settings-objects,
kbn-settings-objects-view {
display: block;
}
.settings-nav {
text-transform: capitalize;
}
li.kbn-settings-tab:first-letter {
text-transform: capitalize;
}
kbn-settings-objects form {
margin-bottom: 18px;
}
kbn-settings-objects .list-unstyled li {
border-bottom: 1px solid #ecf0f1;
padding: 8px;
}
kbn-settings-objects .empty {
color: #b4bcc2;
}
kbn-settings-objects .action-bar {
margin-top: 10px;
background-color: #ecf0f1;
padding: 4px 12px;
}
kbn-settings-objects .action-bar label {
font-size: 10px;
font-weight: normal;
}
kbn-settings-objects .action-bar .btn {
font-size: 10px;
margin-left: 20px;
}
kbn-settings-objects .header .title,
kbn-settings-objects .header .controls {
padding-right: 1em;
display: inline-block;
}
kbn-settings-advanced .table > tbody > tr > td {
vertical-align: middle;
}
kbn-settings-objects-view label {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
kbn-settings-objects-view .ace_editor {
height: 300px;
}
.kbn-settings-about {
margin-top: 30px;
}
.kbn-settings-about .jumbotron h1 {
font-weight: bold;
}
.kbn-settings-about-versions td {
width: 50%;
}
.kbn-settings-about-versions td:first-child {
font-weight: bold;
text-align: right;
}
.advanced-settings table {
width: 100%;
}
.advanced-settings table tr.default td.value {
color: #acb6c0;
}
.advanced-settings table td {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.advanced-settings table td.actions {
width: 150px;
}
.objects-settings .item {
padding: 12px;
}
.objects-settings .item .item-title {
margin-left: 30px;
}
.objects-settings .item .actions {
margin-top: -6px;
}
.indices-settings i.active {
color: #31c471;
}
.indices-settings tr.field-settings .field-popularize {
margin-left: 5px;
display: none;
}
.indices-settings tr.field-settings:hover .field-popularize {
display: inline;
}
.indices-settings .index-pattern-name {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.indices-settings .index-pattern-name .title {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.indices-settings .index-pattern-name .controls {
-webkit-box-flex: 4;
-moz-box-flex: 4;
-webkit-flex: 4 0 auto;
-ms-flex: 4 0 auto;
flex: 4 0 auto;
}
kbn-settings-indices .fields table > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
kbn-settings-indices .fields th:last-child,
kbn-settings-indices .fields td:last-child {
text-align: right;
}
kbn-settings-indices .indexed-fields th:first-child,
kbn-settings-indices .indexed-fields td:first-child {
width: 35%;
}
kbn-settings-indices .scripted-fields header {
margin: 5px 0;
text-align: right;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy