From a86722d9c55f4fe632198e9454ad2c76dbd70704 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 3 Sep 2020 14:24:10 +0300 Subject: [PATCH] More margin bottom to the calendar toolbar buttons when on mobile view --- assets/css/backend.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/backend.css b/assets/css/backend.css index 705beccc..14368ec3 100644 --- a/assets/css/backend.css +++ b/assets/css/backend.css @@ -283,7 +283,7 @@ body legend { background-color: #FFF; padding: 0 10px; background-position-x: 95%; - margin-bottom: 5px; + margin-bottom: 10px; } #calendar-page #calendar-filter select:disabled { @@ -293,7 +293,7 @@ body legend { #calendar-page #calendar-actions .btn { width: 100%; - margin-bottom: 5px; + margin-bottom: 10px; } #calendar-page #calendar-actions > .btn-group {