mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Make sure selecbox arrow does not cover value of year selectbox in calendar
This commit is contained in:
parent
e2e2cba628
commit
9115ab2739
@ -2614,11 +2614,12 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||
right: 2px;
|
||||
}
|
||||
#calendar-sidebox_date .ui-datepicker-year {
|
||||
padding-right: 5px !important;
|
||||
padding-right: 0px !important;
|
||||
min-width: 65px;
|
||||
}
|
||||
#calendar-sidebox_date .ui-datepicker-month {
|
||||
min-width: 60px;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
#calendar-sidebox_date .ui-datepicker-header a span {
|
||||
width: 20px;
|
||||
|
@ -1223,11 +1223,12 @@ div#calendar-container {
|
||||
right: 2px;
|
||||
}
|
||||
.ui-datepicker-year {
|
||||
padding-right: 5px !important;
|
||||
padding-right: 0px !important;
|
||||
min-width: 65px;
|
||||
}
|
||||
.ui-datepicker-month {
|
||||
min-width: 60px;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
.ui-datepicker-header a span {
|
||||
width: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user