diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-11-22 11:40:11 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-11-22 11:40:11 -0500 |
commit | a4d54b4d7782fbf3483bbfdf92627c34cf97eb46 (patch) | |
tree | 7200ec57a6eb06c4ca4f2fff34613d0d99b82860 /themes/base/jquery.ui.datepicker.css | |
parent | a9d854967f0175b4c4b8a48c76a71d0fd1028680 (diff) | |
download | jquery-ui-a4d54b4d7782fbf3483bbfdf92627c34cf97eb46.tar.gz jquery-ui-a4d54b4d7782fbf3483bbfdf92627c34cf97eb46.zip |
Datepicker: Don't use ui-helper-hidden-accessible for initial hiding.
Diffstat (limited to 'themes/base/jquery.ui.datepicker.css')
-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 9494fed74..f9098e3a7 100644 --- a/themes/base/jquery.ui.datepicker.css +++ b/themes/base/jquery.ui.datepicker.css @@ -7,7 +7,7 @@ * * http://docs.jquery.com/UI/Datepicker#theming */ -.ui-datepicker { width: 17em; padding: .2em .2em 0; } +.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } |