aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/forms.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-09-29 22:31:11 -0400
committercash <cash.costello@gmail.com>2011-09-29 22:31:11 -0400
commit150452e26d589bddcd74fa65a1b320f16574613c (patch)
treef849cca4ad2a387993c4a1c9f2ba6a9a40a5d220 /views/default/css/elements/forms.php
parent7c52743cc264e258d55c42dccde021b1032f2358 (diff)
downloadelgg-150452e26d589bddcd74fa65a1b320f16574613c.tar.gz
elgg-150452e26d589bddcd74fa65a1b320f16574613c.tar.bz2
Fixes #3894 ui-datepicker should start out hidden
Diffstat (limited to 'views/default/css/elements/forms.php')
-rw-r--r--views/default/css/elements/forms.php2
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;