diff options
author | kborchers <k_borchers@yahoo.com> | 2011-06-13 12:05:42 -0500 |
---|---|---|
committer | kborchers <k_borchers@yahoo.com> | 2011-06-13 12:05:42 -0500 |
commit | abf833049d4e56b591595b65c5150baa0ff2223f (patch) | |
tree | bbd53a7f578b04bf58af9db878ca2c1af5cab590 /themes/base | |
parent | ed7802090fc6ec8109d69c91a425adfffb8cff39 (diff) | |
download | jquery-ui-abf833049d4e56b591595b65c5150baa0ff2223f.tar.gz jquery-ui-abf833049d4e56b591595b65c5150baa0ff2223f.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
Diffstat (limited to 'themes/base')
-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; } |