115 lines
2.1 KiB
CSS
115 lines
2.1 KiB
CSS
body, .form-control, .dropdown-menu, .btn:not(.btn-lg), .input-group-text {
|
|
font-size: 0.875rem;
|
|
}
|
|
|
|
.tooltip-inner {
|
|
max-width: 768px;
|
|
}
|
|
|
|
.is-invalid .tooltip-inner {
|
|
background-color: #dc3545;
|
|
}
|
|
|
|
.is-invalid .arrow:before {
|
|
border-top-color: #dc3545;
|
|
border-bottom-color: #dc3545;
|
|
}
|
|
|
|
input.is-invalid {
|
|
background-repeat: no-repeat;
|
|
background-image: url('../images/error.png');
|
|
background-position: right 8px center;
|
|
}
|
|
|
|
input.is-valid {
|
|
background-repeat: no-repeat;
|
|
background-image: url('../images/success.png');
|
|
background-position: right 8px center;
|
|
}
|
|
|
|
input.pending {
|
|
background-repeat: no-repeat;
|
|
background-image: url(../img/loading-sm.gif);
|
|
background-position: right 8px center;
|
|
}
|
|
|
|
.form-inline .form-group {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.form-inline .form-group .control-label {
|
|
margin-right: 10px;
|
|
width: 80px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.modal-header {
|
|
background-color: #f5f5f5;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.modal-body, .card-body {
|
|
padding: 15px 15px 0 15px;
|
|
}
|
|
|
|
.btn span:last-child {
|
|
margin-left: 4px;
|
|
display: none;
|
|
}
|
|
|
|
input[data-valid="true"] {
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.form-check-label {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.form-check-input + span, .form-check-input + label {
|
|
max-width: 148px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
/*Bootstrap Table BUG */
|
|
.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
|
|
line-height: normal;
|
|
}
|
|
|
|
.card-view:not(:last-child) {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.fixed-table-loading {
|
|
padding: 8px;
|
|
}
|
|
|
|
.bootstrap-table {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.bootstrap-table .fixed-table-body .table {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.card {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.card-body .bootstrap-table {
|
|
margin-top: -10px;
|
|
}
|
|
/*Bootstrap Table BUG END*/
|
|
|
|
.file-drop-zone.clickable:hover {
|
|
border: 1px dashed #999;
|
|
}
|
|
|
|
.form-inline .form-row, .form-inline .row {
|
|
width: 100%;
|
|
}
|