Correction in the responsive section of the frontend.css file.
This commit is contained in:
parent
31f6227276
commit
57d6cc4a52
1 changed files with 8 additions and 1 deletions
|
@ -290,9 +290,16 @@ body {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#book-appointment-wizard .wizard-frame #select-date {
|
||||
width: 260px;
|
||||
margin: auto; /* center */
|
||||
}
|
||||
|
||||
#book-appointment-wizard #available-hours {
|
||||
overflow: auto;
|
||||
margin: 20px 0;
|
||||
margin: 20px auto;
|
||||
width: 260px;
|
||||
padding-left: 20px; /* center at the bottom of datepicker */
|
||||
}
|
||||
|
||||
#book-appointment-wizard #available-hours div {
|
||||
|
|
Loading…
Reference in a new issue