diff options
| -rw-r--r-- | js/jquery/css/jquery-ui.custom.css | 2 | ||||
| -rw-r--r-- | modules/family_nav/module.php | 2 | ||||
| -rw-r--r-- | sidebar.php | 3 | ||||
| -rw-r--r-- | themes/cloudy/jquery/jquery-ui_theme.css | 2 | ||||
| -rw-r--r-- | themes/colors/jquery/jquery-ui_theme.css | 2 | ||||
| -rw-r--r-- | themes/fab/jquery/jquery-ui_theme.css | 2 | ||||
| -rw-r--r-- | themes/minimal/jquery/jquery-ui_theme.css | 2 | ||||
| -rw-r--r-- | themes/webtrees/jquery/jquery-ui_theme.css | 2 | ||||
| -rw-r--r-- | themes/xenea/jquery/jquery-ui_theme.css | 2 |
9 files changed, 10 insertions, 9 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; }
diff --git a/modules/family_nav/module.php b/modules/family_nav/module.php index 378d9e9e96..7dc5835d7b 100644 --- a/modules/family_nav/module.php +++ b/modules/family_nav/module.php @@ -565,7 +565,7 @@ class family_nav_WT_Module extends WT_Module implements WT_Module_Sidebar { }
echo "</table>";
- echo "<br />";
+ echo "<br /><br /><br /><br />";
// -----------------------------------------------------------------------------
// }
diff --git a/sidebar.php b/sidebar.php index 1a0cc5e193..401c1a0897 100644 --- a/sidebar.php +++ b/sidebar.php @@ -144,7 +144,8 @@ function closeCallback() { function openCallback() { jQuery('#sidebarAccordion').accordion({ - fillSpace: true, + /* fillSpace: true, */ + autoHeight: false, changestart: function(event, ui) { loadedMods[ui.oldHeader.attr('title')] = true; var active = ui.newHeader.attr('title'); diff --git a/themes/cloudy/jquery/jquery-ui_theme.css b/themes/cloudy/jquery/jquery-ui_theme.css index 4b93a4529f..d826ef1ef5 100644 --- a/themes/cloudy/jquery/jquery-ui_theme.css +++ b/themes/cloudy/jquery/jquery-ui_theme.css @@ -22,7 +22,7 @@ /* 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;
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;
diff --git a/themes/fab/jquery/jquery-ui_theme.css b/themes/fab/jquery/jquery-ui_theme.css index 12fc4494d3..96b4047095 100644 --- a/themes/fab/jquery/jquery-ui_theme.css +++ b/themes/fab/jquery/jquery-ui_theme.css @@ -11,7 +11,7 @@ /* 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;
diff --git a/themes/minimal/jquery/jquery-ui_theme.css b/themes/minimal/jquery/jquery-ui_theme.css index 2386cdf504..e79174a7c0 100644 --- a/themes/minimal/jquery/jquery-ui_theme.css +++ b/themes/minimal/jquery/jquery-ui_theme.css @@ -20,7 +20,7 @@ /* 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;
diff --git a/themes/webtrees/jquery/jquery-ui_theme.css b/themes/webtrees/jquery/jquery-ui_theme.css index ff13356d55..2d652eb71d 100644 --- a/themes/webtrees/jquery/jquery-ui_theme.css +++ b/themes/webtrees/jquery/jquery-ui_theme.css @@ -59,7 +59,7 @@ /* 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;
diff --git a/themes/xenea/jquery/jquery-ui_theme.css b/themes/xenea/jquery/jquery-ui_theme.css index 3420f95383..3c2324b7a6 100644 --- a/themes/xenea/jquery/jquery-ui_theme.css +++ b/themes/xenea/jquery/jquery-ui_theme.css @@ -20,7 +20,7 @@ /* 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;
|
