mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Added more right margin in order to be easier to add appointments from touch devices.
This commit is contained in:
parent
03db821359
commit
60ff0de1a2
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ body .form-horizontal .controls {
|
|||
border-radius: 3px;
|
||||
padding: 2px 3px;
|
||||
cursor: pointer;
|
||||
margin: 1px 15px 1px 1px;
|
||||
margin: 1px 25px 1px 1px;
|
||||
}
|
||||
|
||||
#calendar .calendar-view .date-column .provider-column .event.appointment {
|
||||
|
|
Loading…
Reference in a new issue