From 9fbe1b9445a3a01d3b51cd6ca8c4591c03df7c83 Mon Sep 17 00:00:00 2001 From: Jacques Perrault Date: Fri, 13 Jun 2014 11:27:44 -0400 Subject: [PATCH 1/2] Datepicker: show year/month on same lines Fixes #7953 --- 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 0cff00afe96..164a3458330 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%; From cf77e8143cbb8645972bcac8f0ce370cb882e7f8 Mon Sep 17 00:00:00 2001 From: Jacques Perrault Date: Wed, 2 Jul 2014 15:18:35 -0400 Subject: [PATCH 2/2] Datepicker: show year/month on same lines Fixes #7953 Added CC0 verbiage to file header per IBM/jQuery Foundation discussion --- themes/base/datepicker.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/base/datepicker.css b/themes/base/datepicker.css index 164a3458330..703b11d96c2 100644 --- a/themes/base/datepicker.css +++ b/themes/base/datepicker.css @@ -6,6 +6,8 @@ * Released under the MIT license. * http://jquery.org/license * + * This contribution neither intended as or licensed for use as jQuery 'Sample Code' + * * http://api.jqueryui.com/datepicker/#theming */ .ui-datepicker {