Algin end date field in Calendar's recurrence tab

This commit is contained in:
Hadi Nategh 2020-09-21 12:10:27 +02:00
parent e6423ee721
commit 2cba5741f2
3 changed files with 7 additions and 1 deletions

View File

@ -2016,6 +2016,9 @@ div.calendar {
width: 10em;
padding: 3px 0 5px 10px;
}
#calendar-edit #calendar-edit_recur_enddate input.et2_date {
margin: 0px -1px;
}
/******************************************************************
* CSS settings for the day, week and month view (timeGridWidget) *
******************************************************************/

View File

@ -2004,6 +2004,9 @@ div.calendar {
width: 10em;
padding: 3px 0 5px 10px;
}
#calendar-edit #calendar-edit_recur_enddate input.et2_date {
margin: 0px -1px;
}
/******************************************************************
* CSS settings for the day, week and month view (timeGridWidget) *
******************************************************************/

View File

@ -560,7 +560,7 @@ div.calendar { position: relative; }
}
#calendar-edit_recur_enddate input.et2_date {margin: 0px -1px;}
}
//###################################################################