From 6a502b4aa664c44cad85b3c8cabb3ae313a68a11 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 23 Nov 2015 22:12:17 +0100 Subject: [PATCH] Fixed button display in mobile view of the success-frame. --- src/assets/css/frontend.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/assets/css/frontend.css b/src/assets/css/frontend.css index 498d05c5..097d6308 100644 --- a/src/assets/css/frontend.css +++ b/src/assets/css/frontend.css @@ -353,6 +353,11 @@ body { float: none !important; } + #success-frame .btn { + margin-bottom: 10px; + width: 80%; + } + /** * CANCEL APPOINTMENT */