From df34470df49615f47085c428553f59ad3766568b Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 6 Jan 2016 22:27:59 +0100 Subject: [PATCH] Further fixes for the table view. --- src/assets/css/frontend.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/assets/css/frontend.css b/src/assets/css/frontend.css index 2bda3373..33b106e6 100644 --- a/src/assets/css/frontend.css +++ b/src/assets/css/frontend.css @@ -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{