mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
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 {
|
||||
padding-right: 5px !important;
|
||||
min-width: 65px;
|
||||
}
|
||||
#calendar-sidebox_date .ui-datepicker-month {
|
||||
min-width: 60px;
|
||||
}
|
||||
#calendar-sidebox_date .ui-datepicker-header a span {
|
||||
width: 20px;
|
||||
|
@ -1224,6 +1224,10 @@ div#calendar-container {
|
||||
}
|
||||
.ui-datepicker-year {
|
||||
padding-right: 5px !important;
|
||||
min-width: 65px;
|
||||
}
|
||||
.ui-datepicker-month {
|
||||
min-width: 60px;
|
||||
}
|
||||
.ui-datepicker-header a span {
|
||||
width: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user