From 98583a6563e7ae98ed67b5d70db2bff814c11e4e Mon Sep 17 00:00:00 2001 From: Jacques Perrault Date: Fri, 13 Jun 2014 11:27:44 -0400 Subject: [PATCH] Datepicker: Show year/month on the same line Fixes #7953 Closes gh-1277 --- themes/base/datepicker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/base/datepicker.css b/themes/base/datepicker.css index 0cff00afe..164a34583 100644 --- a/themes/base/datepicker.css +++ b/themes/base/datepicker.css @@ -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%; -- 2.39.5