css - jquery datepicker creates unnecessary whitespaces -
the jquery datepicker functions fine. it's size big. tried:
ui-datepicker{ font-size:10px;}
to resize turned out having unnecessary whitespaces above , below each row. how remove it? i'm new css.
thanks help!
in illustration ui-datepicker
missing dot. seek changing font-size
following: .ui-datepicker
or .ui-datepicker table
on demo site http://jqueryui.com/datepicker/ font size works fine , day cells scale accordingly defined font-size. go page , test using developer toolbar in browser (e.g. firebug in firefox). using such developer tools allows alter css , view changes directly.
css jquery-ui-datepicker
No comments:
Post a Comment