fix
This commit is contained in:
+1262
-1257
File diff suppressed because it is too large
Load Diff
@@ -267,7 +267,7 @@
|
||||
margin-top: 17px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.modal.create-maintenance .typology .radiobutton label[for=datefixed] {
|
||||
.modal.create-maintenance .typology .radiobutton label[for="datefixed"] {
|
||||
margin-right: 209px;
|
||||
}
|
||||
.modal.create-maintenance .typology .radiobutton [type="radio"]:checked,
|
||||
@@ -285,7 +285,7 @@
|
||||
}
|
||||
.modal.create-maintenance .typology .radiobutton [type="radio"]:checked + label:before,
|
||||
.modal.create-maintenance .typology .radiobutton [type="radio"]:not(:checked) + label:before {
|
||||
content: '';
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
@@ -301,7 +301,7 @@
|
||||
}
|
||||
.modal.create-maintenance .typology .radiobutton [type="radio"]:checked + label:after,
|
||||
.modal.create-maintenance .typology .radiobutton [type="radio"]:not(:checked) + label:after {
|
||||
content: '';
|
||||
content: "";
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-image: linear-gradient(to bottom, #1756ad, #002680);
|
||||
@@ -354,8 +354,8 @@
|
||||
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
|
||||
border: solid 1px #bbbcbc;
|
||||
}
|
||||
.modal.create-maintenance .title input[type=text],
|
||||
.modal.create-maintenance .description input[type=text] {
|
||||
.modal.create-maintenance .title input[type="text"],
|
||||
.modal.create-maintenance .description input[type="text"] {
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -390,10 +390,10 @@
|
||||
color: #878787;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.modal.create-maintenance .time .date input[type=date],
|
||||
.modal.create-maintenance .time .end_time input[type=date],
|
||||
.modal.create-maintenance .time .date input[type=time],
|
||||
.modal.create-maintenance .time .end_time input[type=time] {
|
||||
.modal.create-maintenance .time .date input[type="date"],
|
||||
.modal.create-maintenance .time .end_time input[type="date"],
|
||||
.modal.create-maintenance .time .date input[type="time"],
|
||||
.modal.create-maintenance .time .end_time input[type="time"] {
|
||||
width: 209px;
|
||||
height: 48px;
|
||||
font-size: 18px;
|
||||
@@ -416,14 +416,14 @@
|
||||
height: 20px;
|
||||
border-width: thin;
|
||||
}
|
||||
.modal.create-maintenance .time .date input[type=time],
|
||||
.modal.create-maintenance .time .end_time input[type=time] {
|
||||
.modal.create-maintenance .time .date input[type="time"],
|
||||
.modal.create-maintenance .time .end_time input[type="time"] {
|
||||
width: 112px;
|
||||
}
|
||||
.modal.create-maintenance .time .date input[type=time]::-webkit-inner-spin-button,
|
||||
.modal.create-maintenance .time .end_time input[type=time]::-webkit-inner-spin-button,
|
||||
.modal.create-maintenance .time .date input[type=time]::-webkit-outer-spin-button,
|
||||
.modal.create-maintenance .time .end_time input[type=time]::-webkit-outer-spin-button {
|
||||
.modal.create-maintenance .time .date input[type="time"]::-webkit-inner-spin-button,
|
||||
.modal.create-maintenance .time .end_time input[type="time"]::-webkit-inner-spin-button,
|
||||
.modal.create-maintenance .time .date input[type="time"]::-webkit-outer-spin-button,
|
||||
.modal.create-maintenance .time .end_time input[type="time"]::-webkit-outer-spin-button {
|
||||
display: none;
|
||||
}
|
||||
.modal.create-maintenance .repeat {
|
||||
@@ -441,7 +441,7 @@
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
}
|
||||
.modal.create-maintenance .repeat .repeat_input input[type=text],
|
||||
.modal.create-maintenance .repeat .repeat_input input[type="text"],
|
||||
.modal.create-maintenance .repeat .repeat_input select {
|
||||
width: 56px;
|
||||
height: 48px;
|
||||
@@ -846,7 +846,7 @@
|
||||
box-sizing: border-box;
|
||||
font-size: 18px;
|
||||
}
|
||||
.modal.modal-load-program .modal-load-program-body .second-column .group-btn input[type=text] {
|
||||
.modal.modal-load-program .modal-load-program-body .second-column .group-btn input[type="text"] {
|
||||
padding-left: 5px;
|
||||
}
|
||||
.modal.modal-load-program .modal-load-program-body .second-column .group-btn i {
|
||||
@@ -895,7 +895,7 @@
|
||||
box-sizing: border-box;
|
||||
font-size: 18px;
|
||||
}
|
||||
.modal.modal-load-program .modal-load-program-body .third-column .group-btn input[type=text] {
|
||||
.modal.modal-load-program .modal-load-program-body .third-column .group-btn input[type="text"] {
|
||||
padding-left: 5px;
|
||||
}
|
||||
.modal.modal-load-program .modal-load-program-body .third-column .group-btn i {
|
||||
@@ -950,18 +950,20 @@
|
||||
.modal.modal-load-program .modal-load-program-body .selected-item .selected-item-body .selected-item-body-image {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-height: 421px;
|
||||
max-height: 336px;
|
||||
align-items: center;
|
||||
}
|
||||
.modal.modal-load-program .modal-load-program-body .selected-item .selected-item-body .selected-item-body-image img {
|
||||
max-height: 421px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
max-height: 336px;
|
||||
}
|
||||
.modal.modal-load-program .modal-load-program-body .selected-item .selected-item-body .selected-item-body-description {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
overflow-x: hidden;
|
||||
height: calc(100% - 450px);
|
||||
height: calc(100% - 380px);
|
||||
flex-flow: column;
|
||||
}
|
||||
.modal.modal-load-program .modal-load-program-body .selected-item .selected-item-body .selected-item-body-description .title {
|
||||
|
||||
Reference in New Issue
Block a user