Further fixes for the table view.

This commit is contained in:
Alex Tselegidis 2016-01-06 22:27:59 +01:00
parent 4681bebad3
commit df34470df4
1 changed files with 6 additions and 0 deletions

View File

@ -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{