Datepicker: Show year/month on the same line

Fixes #7953
Closes gh-1277
This commit is contained in:
Jacques Perrault 2014-06-13 11:27:44 -04:00 committed by Scott González
parent 3ca32b2ad8
commit 98583a6563

View File

@ -60,7 +60,7 @@
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 49%;
width: 45%;
}
.ui-datepicker table {
width: 100%;