mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Algin end date field in Calendar's recurrence tab
This commit is contained in:
parent
e6423ee721
commit
2cba5741f2
@ -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) *
|
||||
******************************************************************/
|
||||
|
@ -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) *
|
||||
******************************************************************/
|
||||
|
@ -560,7 +560,7 @@ div.calendar { position: relative; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
#calendar-edit_recur_enddate input.et2_date {margin: 0px -1px;}
|
||||
|
||||
}
|
||||
//###################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user