aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-06-16 10:35:04 -0700
committerScott González <scott.gonzalez@gmail.com>2011-06-16 10:35:04 -0700
commitfb210ae1ec16cefb1e4d4dfaf7d55499cac53ab8 (patch)
tree8b66bd9fa76ed154f01142dee08b67ba0223e176 /themes
parent4bdbab9a671c1eaeaea0a2c179b74cde2f84d75e (diff)
parentabf833049d4e56b591595b65c5150baa0ff2223f (diff)
downloadjquery-ui-fb210ae1ec16cefb1e4d4dfaf7d55499cac53ab8.tar.gz
jquery-ui-fb210ae1ec16cefb1e4d4dfaf7d55499cac53ab8.zip
Merge pull request #353 from kborchers/bug_7043
Datepicker: Calculate the max number of rows necessary when displaying months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.datepicker.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.datepicker.css b/themes/base/jquery.ui.datepicker.css
index f457800f4..8d574bac4 100644
--- a/themes/base/jquery.ui.datepicker.css
+++ b/themes/base/jquery.ui.datepicker.css
@@ -39,7 +39,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:both; width:100%; }
+.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }