Hi,
şuraya kadar olan css kodları sorun yaratıyor. Bunların düzenlenmesi gerekiyor. Takvim form ile karışıyor.
.ea-standard {
width: 375px;
font-size: 1.2em;
white-space: nowrap;
}
.ea-standard .ui-datepicker {
width: auto;
}
.ea-standard .step {
width: 100%;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 7px;
padding-right: 7px;
position: relative;
}
.ea-standard .step label {
padding-right: 10px;
text-align: right;
display: inline-block;
width: 30%;
}
.ea-standard .step input {
margin-top: 5px;
width: 60%;
}
.ea-standard .step select {
width: 60%;
}
.ea-standard .step textarea {
width: 100%;
margin-top: 5px;
height: 100px;
}
.ea-standard .step .date .ui-datepicker-week-end {
}
.ea-standard .time-message {
display: flex;
align-items: center;
justify-content: center;
margin-top: 30px;
}
.ea-standard .disabled .block {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0.6;
background-color: white;
z-index: 100;
}
.ea-standard .time {
border: 1px solid #ccc;
min-height: 100px;
white-space: normal;
}
.ea-standard .time-value {
display: inline-block;
width: 20%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
vertical-align: middle;
border: 1px dotted #ccc;
}
.ea-standard .time-disabled {
cursor: default;
display: inline-block;
width: 20%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
vertical-align: middle;
border: 1px dotted #ccc;
background-color: #ccc;
}
help me?
Hello
Problem solved. Thank you.