mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
More margin bottom to the calendar toolbar buttons when on mobile view
This commit is contained in:
parent
7531de38f4
commit
a86722d9c5
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue