From 57d6cc4a52289f452126f0c58ad3bcc3417601c3 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 29 Apr 2015 23:09:57 +0200 Subject: [PATCH] Correction in the responsive section of the frontend.css file. --- src/assets/css/frontend.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/assets/css/frontend.css b/src/assets/css/frontend.css index b1e91ecf..bebc7e49 100644 --- a/src/assets/css/frontend.css +++ b/src/assets/css/frontend.css @@ -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 {