diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-05-10 11:30:11 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-05-10 11:30:11 +0000 |
| commit | 3f488ff748e92a8e397bb54e34c814db2f749974 (patch) | |
| tree | 56c353d8db2fc8b4ec2442d76eb86e40017f45a4 /js/jquery | |
| parent | f9306738bd8123008f8ee803ee30184b532cbc3e (diff) | |
| download | webtrees-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.css | 2 |
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; }
|
