From 3f488ff748e92a8e397bb54e34c814db2f749974 Mon Sep 17 00:00:00 2001 From: Brian Holland Date: Mon, 10 May 2010 11:30:11 +0000 Subject: Make the sidebar panels auto adjust their height dependent on their content. --- js/jquery/css/jquery-ui.custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/jquery') 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; } -- cgit v1.3