Skip to content

Commit

Permalink
Datepicker: Set font-size to 0em on ui-datepicker-row-break to overri…
Browse files Browse the repository at this point in the history
…de font-size coming from ui-widget which caused the height to be too tall in IE

(cherry picked from commit abf8330)
  • Loading branch information
kborchers authored and scottgonzalez committed Jun 16, 2011
1 parent 4878ed8 commit f27a537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit f27a537

Please sign in to comment.