diff options
author | Scott Jehl <scott@scottjehl.com> | 2009-01-21 20:27:41 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2009-01-21 20:27:41 +0000 |
commit | fe303b40d0a11a7a18a905866b1c93baf1f59ccb (patch) | |
tree | 7ac1e045beb4be0fe8a95f70a9447e93054e7bd3 /themes/base | |
parent | d88979d066581d773824c35691bdc61d8be20c0a (diff) | |
download | jquery-ui-fe303b40d0a11a7a18a905866b1c93baf1f59ccb.tar.gz jquery-ui-fe303b40d0a11a7a18a905866b1c93baf1f59ccb.zip |
YUI combat: specified padding and borders for td, th
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/ui.datepicker.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/base/ui.datepicker.css b/themes/base/ui.datepicker.css index 4ef681088..cf9fb8327 100644 --- a/themes/base/ui.datepicker.css +++ b/themes/base/ui.datepicker.css @@ -16,7 +16,8 @@ .ui-datepicker select.ui-datepicker-year { width: 49%;} .ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; } .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } -.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; } +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } +.ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } |