111 lines
1.6 KiB
CSS
111 lines
1.6 KiB
CSS
html {
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
p {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.yc-panel {
|
|
margin-right: 0 !important;
|
|
padding: unset;
|
|
border-bottom: solid 0.5px #dee2e6;
|
|
}
|
|
|
|
.col-md-6 {
|
|
width: 100%;
|
|
flex: none;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
.half {
|
|
padding: unset;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
border-right: solid 0.5px #dee2e6;
|
|
width: 49%;
|
|
}
|
|
|
|
div .form-group {
|
|
margin: unset;
|
|
border-top: solid 0.5px #dee2e6;
|
|
border-left: solid 0.5px #dee2e6;
|
|
border-right: solid 0.5px #dee2e6;
|
|
}
|
|
|
|
.form-group input, .form-group select {
|
|
text-align: center;
|
|
width: 49.9% !important;
|
|
border: none;
|
|
}
|
|
|
|
.table {
|
|
margin: unset;
|
|
}
|
|
|
|
.table td, .table th {
|
|
padding: .2rem;
|
|
}
|
|
|
|
.table input, .table select {
|
|
text-align: center;
|
|
border: solid 0.5px #dee2e6 !important;
|
|
}
|
|
|
|
.chinese {
|
|
display: contents;
|
|
}
|
|
|
|
.field-validation-error {
|
|
font-size: 12px;
|
|
display: block;
|
|
display: inline-block;
|
|
}
|
|
|
|
.text-box {
|
|
width: 150px;
|
|
height: 25px;
|
|
background: #fff;
|
|
}
|
|
|
|
label.text-box {
|
|
background-color: #eeeded !important
|
|
}
|
|
|
|
#Comments {
|
|
margin-left: 30px;
|
|
width: calc(100% - 30px);
|
|
height: 60px;
|
|
}
|
|
|
|
#SpotPrice[readonly] {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.modal-dialog {
|
|
max-width: 680px;
|
|
}
|
|
|
|
.yt-input-group-append {
|
|
margin-left: -30px;
|
|
color: #e33333;
|
|
}
|
|
|
|
.selectize-control {
|
|
width: 49.9% !important;
|
|
padding: unset;
|
|
}
|
|
|
|
.selectize-input {
|
|
padding: unset;
|
|
}
|
|
|
|
.salesmenlable {
|
|
vertical-align: super;
|
|
}
|
|
.autocomplete-suggestions {
|
|
width: auto !important;
|
|
min-width: 14%;
|
|
} |