84 lines
1.3 KiB
CSS
84 lines
1.3 KiB
CSS
div.selectize-input > div.item {
|
|
line-height: 27px;
|
|
}
|
|
|
|
input[type="text"], input[type="password"], input[type="number"] {
|
|
font-size: 12pt !important;
|
|
height: 41px !important;
|
|
}
|
|
|
|
.selectize-input input[type="text"] {
|
|
height: 27px !important;
|
|
}
|
|
|
|
.selectize-control .selectize-input.disabled {
|
|
cursor: not-allowed !important;
|
|
opacity: 1;
|
|
background-color: #eee;
|
|
}
|
|
.selectize-input.disabled, .selectize-input.disabled * {
|
|
cursor: not-allowed !important;
|
|
}
|
|
|
|
|
|
.table.dataTable tbody tr td.actions-col, .table.dataTable thead tr th.actions-col {
|
|
min-width: 140px;
|
|
}
|
|
|
|
.row-header {
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
margin-top: 30px;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.form-group.has-success div div.selectize-control div.selectize-input {
|
|
border-color: #00a65a;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.tab-content {
|
|
border-left: 1px solid #ddd;
|
|
padding: 8px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.noise-parameter {
|
|
display: inline-block;
|
|
width: 32%;
|
|
padding: 0px 20px 0px 0px;
|
|
}
|
|
|
|
|
|
dl.parameters {
|
|
display: grid;
|
|
grid-template-columns: max-content auto;
|
|
}
|
|
|
|
dl.parameters dt {
|
|
grid-column-start: 1;
|
|
}
|
|
dl.parameters dt::after {
|
|
content: ":";
|
|
margin-right: 10px;
|
|
}
|
|
|
|
dl.parameters dd {
|
|
grid-column-start: 2;
|
|
}
|
|
|
|
tr.deleted-row {
|
|
text-decoration: line-through;
|
|
color: #BBB;
|
|
}
|
|
|
|
hr {
|
|
color: #BBB;
|
|
}
|
|
|
|
.vr {
|
|
color: #BBB;
|
|
opacity: 1.0;
|
|
width: 2px;
|
|
}
|