More margin bottom to the calendar toolbar buttons when on mobile view

This commit is contained in:
Alex Tselegidis 2020-09-03 14:24:10 +03:00
parent 7531de38f4
commit a86722d9c5
1 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ body legend {
background-color: #FFF; background-color: #FFF;
padding: 0 10px; padding: 0 10px;
background-position-x: 95%; background-position-x: 95%;
margin-bottom: 5px; margin-bottom: 10px;
} }
#calendar-page #calendar-filter select:disabled { #calendar-page #calendar-filter select:disabled {
@ -293,7 +293,7 @@ body legend {
#calendar-page #calendar-actions .btn { #calendar-page #calendar-actions .btn {
width: 100%; width: 100%;
margin-bottom: 5px; margin-bottom: 10px;
} }
#calendar-page #calendar-actions > .btn-group { #calendar-page #calendar-actions > .btn-group {