mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Correct positionining of language selection in booking page.
This commit is contained in:
parent
8a02d5bf0a
commit
fea38205da
1 changed files with 1 additions and 2 deletions
|
@ -358,14 +358,13 @@ body {
|
|||
|
||||
#book-appointment-wizard #select-language {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#book-appointment-wizard .backend-link {
|
||||
display: inline-block;
|
||||
min-width: 120px;
|
||||
padding: 5px;
|
||||
margin: 5px auto;
|
||||
margin: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue