diff options
author | Jacques Perrault <jacques_perrault@us.ibm.com> | 2014-06-13 11:27:44 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-07-16 15:55:09 -0400 |
commit | 98583a6563e7ae98ed67b5d70db2bff814c11e4e (patch) | |
tree | 3956d943228cc67e5540bc05302707e0f93bac3c /themes/base/datepicker.css | |
parent | 3ca32b2ad8a3366d14317eb767e89d28254e97a4 (diff) | |
download | jquery-ui-98583a6563e7ae98ed67b5d70db2bff814c11e4e.tar.gz jquery-ui-98583a6563e7ae98ed67b5d70db2bff814c11e4e.zip |
Datepicker: Show year/month on the same line
Fixes #7953
Closes gh-1277
Diffstat (limited to 'themes/base/datepicker.css')
-rw-r--r-- | themes/base/datepicker.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%; |