Further fixes for the table view.
This commit is contained in:
parent
4681bebad3
commit
df34470df4
1 changed files with 6 additions and 0 deletions
|
@ -300,6 +300,11 @@ body {
|
|||
width: 45%;
|
||||
}
|
||||
|
||||
#book-appointment-wizard .wizard-frame .command-buttons #button-next-2,
|
||||
#book-appointment-wizard .wizard-frame .command-buttons #button-next-3 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#book-appointment-wizard .wizard-frame .command-buttons #button-next-1 {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
|
@ -334,6 +339,7 @@ body {
|
|||
|
||||
#book-appointment-wizard #book-appointment-form {
|
||||
width: 45%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#book-appointment-wizard #book-appointment-form #book-appointment-submit{
|
||||
|
|
Loading…
Reference in a new issue