diff options
author | kborchers <k_borchers@yahoo.com> | 2011-06-13 12:05:42 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-06-16 13:36:04 -0400 |
commit | f27a537c211cc44bc2a127a460deeccbe6d0ace4 (patch) | |
tree | e5b2ae8f34692541e6647d270b586fbd2034e0e4 /themes | |
parent | 4878ed8c1aac348a8a7b99a27dc9e6baf4612503 (diff) | |
download | jquery-ui-f27a537c211cc44bc2a127a460deeccbe6d0ace4.tar.gz jquery-ui-f27a537c211cc44bc2a127a460deeccbe6d0ace4.zip |
Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-size coming from ui-widget which caused the height to be too tall in IE
(cherry picked from commit abf833049d4e56b591595b65c5150baa0ff2223f)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.datepicker.css | 2 |
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; } |