summaryrefslogtreecommitdiff
path: root/js/jquery
diff options
context:
space:
mode:
authorBrian Holland <windmillway2@gmail.com>2010-05-10 11:30:11 +0000
committerBrian Holland <windmillway2@gmail.com>2010-05-10 11:30:11 +0000
commit3f488ff748e92a8e397bb54e34c814db2f749974 (patch)
tree56c353d8db2fc8b4ec2442d76eb86e40017f45a4 /js/jquery
parentf9306738bd8123008f8ee803ee30184b532cbc3e (diff)
downloadwebtrees-3f488ff748e92a8e397bb54e34c814db2f749974.tar.gz
webtrees-3f488ff748e92a8e397bb54e34c814db2f749974.tar.bz2
webtrees-3f488ff748e92a8e397bb54e34c814db2f749974.zip
Make the sidebar panels auto adjust their height dependent on their content.
Diffstat (limited to 'js/jquery')
-rw-r--r--js/jquery/css/jquery-ui.custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/jquery/css/jquery-ui.custom.css b/js/jquery/css/jquery-ui.custom.css
index 618336da6c..5dc7fe67e5 100644
--- a/js/jquery/css/jquery-ui.custom.css
+++ b/js/jquery/css/jquery-ui.custom.css
@@ -278,7 +278,7 @@
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
-.ui-accordion .ui-accordion-content-active { display: block; max-height: 500px;}
+.ui-accordion .ui-accordion-content-active { display: block; }
/* Datepicker ----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }