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 /themes/colors/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 'themes/colors/jquery')
| -rw-r--r-- | themes/colors/jquery/jquery-ui_theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css index 618d8731be..d300104d12 100644 --- a/themes/colors/jquery/jquery-ui_theme.css +++ b/themes/colors/jquery/jquery-ui_theme.css @@ -59,7 +59,7 @@ color:red; /* Sidebar --------------------------------*/
.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; height: 550px;}
+.ui-accordion .ui-accordion-content-active { display: block; }
#sidebar {
position: absolute;
|
