From f917529dc29ccfd69e9dec4dc39e8b1eebcbe302 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 20 Oct 2020 09:37:44 +0300 Subject: [PATCH] Same width for the first "next" button in the booking page --- assets/css/frontend.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/assets/css/frontend.css b/assets/css/frontend.css index 8a7fbab8..49c62c0a 100644 --- a/assets/css/frontend.css +++ b/assets/css/frontend.css @@ -124,12 +124,6 @@ body { padding: 15px 0; } -#book-appointment-wizard .wizard-frame .command-buttons #button-next-1 { - width: 100%; - max-width: 150px; - /*margin: auto;*/ -} - #book-appointment-wizard .book-step { display: inline-block; height: 35px;