forked from extern/egroupware
Fix year and month dropdown menus in calendar sidebox are half shown in FF
This commit is contained in:
parent
fa84e50191
commit
178d86adfa
@ -2580,6 +2580,10 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
}
|
}
|
||||||
#calendar-sidebox_date .ui-datepicker-year {
|
#calendar-sidebox_date .ui-datepicker-year {
|
||||||
padding-right: 5px !important;
|
padding-right: 5px !important;
|
||||||
|
min-width: 65px;
|
||||||
|
}
|
||||||
|
#calendar-sidebox_date .ui-datepicker-month {
|
||||||
|
min-width: 60px;
|
||||||
}
|
}
|
||||||
#calendar-sidebox_date .ui-datepicker-header a span {
|
#calendar-sidebox_date .ui-datepicker-header a span {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@ -1224,6 +1224,10 @@ div#calendar-container {
|
|||||||
}
|
}
|
||||||
.ui-datepicker-year {
|
.ui-datepicker-year {
|
||||||
padding-right: 5px !important;
|
padding-right: 5px !important;
|
||||||
|
min-width: 65px;
|
||||||
|
}
|
||||||
|
.ui-datepicker-month {
|
||||||
|
min-width: 60px;
|
||||||
}
|
}
|
||||||
.ui-datepicker-header a span {
|
.ui-datepicker-header a span {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user