diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2009-02-01 05:50:12 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2009-02-01 05:50:12 +0000 |
commit | 1866e1382f7ef89721432cb75e505356f067f99d (patch) | |
tree | ba55c75c6f2439476bc0205a6819d0a7d8543ecc /themes | |
parent | ce0daae2327dceaaf5dabc0eb92df6b0f20789af (diff) | |
download | jquery-ui-1866e1382f7ef89721432cb75e505356f067f99d.tar.gz jquery-ui-1866e1382f7ef89721432cb75e505356f067f99d.zip |
datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/ui.datepicker.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.datepicker.css b/themes/base/ui.datepicker.css index 92986c9e8..567f8c97b 100644 --- a/themes/base/ui.datepicker.css +++ b/themes/base/ui.datepicker.css @@ -33,7 +33,7 @@ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } -.ui-datepicker-row-break { clear:left; width:100%; } +.ui-datepicker-row-break { clear:both; width:100%; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } |