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