aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Wood <kbwood.au@gmail.com>2009-04-01 10:36:36 +0000
committerKeith Wood <kbwood.au@gmail.com>2009-04-01 10:36:36 +0000
commit126210026b6b35b24d216d520294f9fe5753d02c (patch)
tree21bd0f2bf2b9a3953aaa234571be1b80ae301f6c
parentfea2eeb0d73add46dc4798ecca87692a22c57b6d (diff)
downloadjquery-ui-126210026b6b35b24d216d520294f9fe5753d02c.tar.gz
jquery-ui-126210026b6b35b24d216d520294f9fe5753d02c.zip
Datepicker: fixed #4085 - Can not display year and month correctly in Japanese
-rw-r--r--themes/base/ui.datepicker.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/base/ui.datepicker.css b/themes/base/ui.datepicker.css
index 567f8c97b..a1116e69c 100644
--- a/themes/base/ui.datepicker.css
+++ b/themes/base/ui.datepicker.css
@@ -10,11 +10,10 @@
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
-.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
+.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
-.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }