diff options
author | cash <cash.costello@gmail.com> | 2011-09-29 22:31:11 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-09-29 22:31:11 -0400 |
commit | 150452e26d589bddcd74fa65a1b320f16574613c (patch) | |
tree | f849cca4ad2a387993c4a1c9f2ba6a9a40a5d220 /views | |
parent | 7c52743cc264e258d55c42dccde021b1032f2358 (diff) | |
download | elgg-150452e26d589bddcd74fa65a1b320f16574613c.tar.gz elgg-150452e26d589bddcd74fa65a1b320f16574613c.tar.bz2 |
Fixes #3894 ui-datepicker should start out hidden
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css/elements/forms.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index bf5518b09..83ec2f602 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -252,6 +252,8 @@ input[type="radio"] { DATE PICKER **************************************** */ .ui-datepicker { + display: none; + margin-top: 3px; width: 208px; background-color: white; |