summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/functions/functions_print.php15
-rw-r--r--modules_v3/googlemap/module.php2
-rw-r--r--modules_v3/lightbox/album.php2
-rw-r--r--themes/clouds/style.css29
-rw-r--r--themes/clouds/templates/personbox_template.php8
-rw-r--r--themes/colors/css/colors.css29
-rw-r--r--themes/colors/templates/personbox_template.php7
-rw-r--r--themes/fab/style.css37
-rw-r--r--themes/fab/templates/block_main_temp.php4
-rw-r--r--themes/fab/templates/block_small_temp.php4
-rw-r--r--themes/fab/templates/personbox_template.php3
-rw-r--r--themes/minimal/style.css29
-rw-r--r--themes/minimal/templates/personbox_template.php8
-rw-r--r--themes/webtrees/style.css29
-rw-r--r--themes/webtrees/templates/personbox_template.php10
-rw-r--r--themes/xenea/style.css29
-rw-r--r--themes/xenea/templates/personbox_template.php8
17 files changed, 186 insertions, 67 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php
index bfca058691..bbe35cb636 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -184,19 +184,8 @@ function print_pedigree_person($person, $style=1, $count=0, $personcount="1") {
$whichID=$pid;
}
- $icons .= "<a href=\"$click_link\" ";
- // NOTE: Zoom
- if ($LINK_ICONS=="mouseover") $icons .= "onmouseover=\"show_family_box('".$boxID."', '";
- if ($LINK_ICONS=="click") $icons .= "onclick=\"toggle_family_box('".$boxID."', '";
- if ($style==1) $icons .= "box$pid";
- else $icons .= "relatives";
- $icons .= "');";
- $icons .= " return false;\" ";
- // NOTE: Zoom
- $icons .= "onmouseout=\"family_box_timeout('".$boxID."');";
- $icons .= " return false;\"";
- if (($click_link=="#")&&($LINK_ICONS!="click")) $icons .= "onclick=\"return false;\"";
- $icons .= "><img src=\"".$WT_IMAGES["pedigree"]."\" border=\"0\" vspace=\"0\" hspace=\"0\" alt=\"".WT_I18N::translate('Links to charts, families, and close relatives of this person. Click this icon to view this page, starting at this person.')."\" title=\"".WT_I18N::translate('Links to charts, families, and close relatives of this person. Click this icon to view this page, starting at this person.')."\" /></a>";
+ $icons .= '<a class="itr" href="#"'.
+ '><img src="'.$WT_IMAGES['pedigree'].'" alt="" title="" /><span class="popup">'.$personlinks.'</span></a>';
}
}
else {
diff --git a/modules_v3/googlemap/module.php b/modules_v3/googlemap/module.php
index 05573774fe..380d4d250a 100644
--- a/modules_v3/googlemap/module.php
+++ b/modules_v3/googlemap/module.php
@@ -123,7 +123,7 @@ class googlemap_WT_Module extends WT_Module implements WT_Module_Config, WT_Modu
echo '<img src="', $WT_IMAGES['hline'], '" width="', $GOOGLEMAP_XSIZE, '" height="0" alt="" />';
echo '<div id="map_pane" style="border: 1px solid gray; color: black; width: 100%; height: ', $GOOGLEMAP_YSIZE, 'px"></div>';
if (WT_USER_IS_ADMIN) {
- echo '<table style="font-size:13px;" width="100%"><tr>';
+ echo '<table width="100%"><tr>';
echo '<td width="40%" align="left">';
echo '<a href="module.php?mod=', $this->getName(), '&amp;mod_action=admin_editconfig">', WT_I18N::translate('Google Maps configuration'), '</a>';
echo '</td>';
diff --git a/modules_v3/lightbox/album.php b/modules_v3/lightbox/album.php
index 9d4b5b5852..42e919e11a 100644
--- a/modules_v3/lightbox/album.php
+++ b/modules_v3/lightbox/album.php
@@ -102,4 +102,4 @@ lightbox_print_media($pid, 0, true, 3); // electronic, fiche, film
lightbox_print_media($pid, 0, true, 4); // audio, book, coat, video, other
lightbox_print_media($pid, 0, true, 5); // footnotes
echo '</td>';
-echo '</tr></table><br /><br /><br /><br />'; // <br /> are needed to see the all submenu items
+echo '</tr></table>';
diff --git a/themes/clouds/style.css b/themes/clouds/style.css
index 94dfe6e2de..ec5615037f 100644
--- a/themes/clouds/style.css
+++ b/themes/clouds/style.css
@@ -433,7 +433,7 @@ margin-left:auto;
margin-right:2px; /* changed from auto for right side match to header */
margin-bottom:10px;
font-size: 13px;
-overflow:auto;
+overflow:visible;
padding: 5px;
}
@@ -1591,6 +1591,31 @@ display: inline;
margin: 0;
}
+.itr {
+ position: absolute;
+ display: inline-block;
+ top: 3em;
+ line-height: 1.05;
+}
+
+.block .itr, #relatives_content .itr {
+ position: relative;
+ top: 0;
+}
+
+.popup{
+ display: none;
+}
+.itr:hover .popup{
+ display: block;
+ position: absolute;
+ width: 16em;
+ padding: 0.5em;
+ left: 0.5em;
+ top: 0.5em;
+ z-index: 9999;
+}
+
/* styles for FindFacts pop-up */
#layDefinedTags, #tabDefinedTagsShow {
width:450px;
@@ -1840,7 +1865,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h
#main {min-width:600px; width:100%}
#separator {background:#ACF url('images/general_sprite.png') no-repeat -26px 100px; float:right; display:block; width:0.75%; min-width: 6px; max-width:10px; border:1px solid #8FBCFF; border-top-left-radius:3px; border-top-right-radius:3px; margin-top:5px;}
#sidebar {border-color:#8FBCFF; display:none; margin:5px 2px 0 0; height:auto;}
-#tabs {background-color:#FFF; border-color:#8FBCFF; float:left; width:100%; overflow:auto;}
+#tabs {background-color:#FFF; border-color:#8FBCFF; float:left; width:100%; overflow:visible;}
.sidebar-at-right #sidebar {width:20%;}
.use-sidebar #indi_left {width:77%;}
diff --git a/themes/clouds/templates/personbox_template.php b/themes/clouds/templates/personbox_template.php
index 2f3137171c..bdd3dfc4eb 100644
--- a/themes/clouds/templates/personbox_template.php
+++ b/themes/clouds/templates/personbox_template.php
@@ -2,12 +2,12 @@
/**
* Template for drawing person boxes
* This template expects that the following variables will be set
- * $pid, $boxID, $personlinks, $icons, $GEDCOM, $style,
+ * $pid, $boxID, $icons, $GEDCOM, $style,
* $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd,
* $addname, $showid, $float
*
* webtrees: Web based Family History software
- * Copyright (C) 2010 webtrees development team.
+ * Copyright (C) 2011 webtrees development team.
*
* Derived from PhpGedView
* Copyright (C) 2010 PGV Development Team. All rights reserved.
@@ -35,11 +35,7 @@ if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
exit;
}
-
?>
-<div id="I<?php echo $boxID; ?>links"
- style="position:absolute; left:0px; top:0px; width:<?php echo $lbwidth; ?>px; visibility:hidden; z-index:100;">
-<?php echo $personlinks; ?></div>
<div id="out-<?php echo $boxID; ?>" <?php echo $outBoxAdd; ?>>
<!-- table helps to maintain spacing -->
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top">
diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css
index 134008bff7..6a17456aa7 100644
--- a/themes/colors/css/colors.css
+++ b/themes/colors/css/colors.css
@@ -403,7 +403,7 @@ div.blockcontent {
margin-left:auto;
margin-right:2px; /* changed from auto for right side match to header */
margin-bottom:10px;
- overflow:auto;
+ overflow:visible;
padding: 5px;
}
@@ -1543,6 +1543,31 @@ display: inline;
margin: 0;
}
+.itr {
+ position: absolute;
+ display: inline-block;
+ top: 3em;
+ line-height: 1.05;
+}
+
+.block .itr, #relatives_content .itr {
+ position: relative;
+ top: 0;
+}
+
+.popup{
+ display: none;
+}
+.itr:hover .popup{
+ display: block;
+ position: absolute;
+ width: 16em;
+ padding: 0.5em;
+ left: 0.5em;
+ top: 0.5em;
+ z-index: 9999;
+}
+
/* styles for FindFacts pop-up */
#layDefinedTags, #tabDefinedTagsShow {
width:450px;
@@ -1796,7 +1821,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h
#separator {float:right; display:block; width:0.75%; min-width: 6px; max-width:10px; border:1px solid #999; border-top-left-radius:3px; border-top-right-radius:3px; margin-top:5px;}
#separator {background-image: url('../images/general_sprite.png'); background-repeat: no-repeat; background-position: -26px 100px;}
#sidebar {border-color:#ddd; display:none; margin:5px 2px 0 0; height:auto;}
-#tabs {background-color:#fff; border-color:#DDD; float:left; width:100%; overflow:auto;}
+#tabs {background-color:#fff; border-color:#DDD; float:left; width:100%; overflow:visible;}
.sidebar-at-right #sidebar {width:20%;}
.use-sidebar #separator {background-image: url('../images/general_sprite.png'); background-repeat: no-repeat; background-position: -1px 100px;}
diff --git a/themes/colors/templates/personbox_template.php b/themes/colors/templates/personbox_template.php
index 2f3137171c..06fd2259d6 100644
--- a/themes/colors/templates/personbox_template.php
+++ b/themes/colors/templates/personbox_template.php
@@ -2,12 +2,12 @@
/**
* Template for drawing person boxes
* This template expects that the following variables will be set
- * $pid, $boxID, $personlinks, $icons, $GEDCOM, $style,
+ * $pid, $boxID, $icons, $GEDCOM, $style,
* $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd,
* $addname, $showid, $float
*
* webtrees: Web based Family History software
- * Copyright (C) 2010 webtrees development team.
+ * Copyright (C) 2011 webtrees development team.
*
* Derived from PhpGedView
* Copyright (C) 2010 PGV Development Team. All rights reserved.
@@ -37,9 +37,6 @@ if (!defined('WT_WEBTREES')) {
}
?>
-<div id="I<?php echo $boxID; ?>links"
- style="position:absolute; left:0px; top:0px; width:<?php echo $lbwidth; ?>px; visibility:hidden; z-index:100;">
-<?php echo $personlinks; ?></div>
<div id="out-<?php echo $boxID; ?>" <?php echo $outBoxAdd; ?>>
<!-- table helps to maintain spacing -->
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top">
diff --git a/themes/fab/style.css b/themes/fab/style.css
index 13e00c1616..00d3d2651f 100644
--- a/themes/fab/style.css
+++ b/themes/fab/style.css
@@ -231,17 +231,20 @@ html[dir='rtl'] .makeMenu li ul li {
/* person boxes are used in various charts */
.person_box {
background-color:#DDF;
- overflow:auto;
+ overflow:visible;
+ height:56px;
}
.person_boxF {
background-color:#FDD;
- overflow:auto;
+ overflow:visible;
+ height:56px;
}
.person_boxNN {
background-color:#DFD;
- overflow:auto;
+ overflow:visible;
+ height:56px;
}
/* index.php */
@@ -965,6 +968,31 @@ dd {
margin:0;
}
+.itr {
+ position: absolute;
+ display: inline-block;
+ top: 3em;
+ line-height: 1.05;
+}
+
+.block .itr, #relatives_content .itr {
+ position: relative;
+ top: 0;
+}
+
+.popup{
+ display: none;
+}
+.itr:hover .popup{
+ display: block;
+ position: absolute;
+ width: 16em;
+ padding: 0.5em;
+ left: 0.5em;
+ top: 0.5em;
+ z-index: 9999;
+}
+
/* styles for FindFacts pop-up */
#layDefinedTags,#tabDefinedTagsShow {
width:450px;
@@ -1201,9 +1229,8 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h
/* ========= Sidebar ============== */
#main {min-width:600px; width:100%}
#indi_left {float:left; width:98%;}
-#tabs {background-color:#FFF; border-color:#DDD; float:left; width:100%; overflow:auto;}
+#tabs {background-color:#FFF; border-color:#DDD; float:left; width:98%; overflow:visible;}
#sidebar {border-color:#DDD; display:none; margin:5px 2px 0 0; height:auto;}
-#tabs {background-color:#fff; border-color:#ddd; width:98%; overflow:auto;}
#sidebarAccordion, #sidebarAccordion2 {width:auto;}
#sidebarAccordion h3, #sidebarAccordion2 h3 {height:30px; text-align:center; border-color:darkGray;}
.use-sidebar #indi_left {width:77%;}
diff --git a/themes/fab/templates/block_main_temp.php b/themes/fab/templates/block_main_temp.php
index a55e6cbc3b..f55335aaf3 100644
--- a/themes/fab/templates/block_main_temp.php
+++ b/themes/fab/templates/block_main_temp.php
@@ -7,7 +7,7 @@
* $title - the title of the block
* $content - the content of the block
*
- * Copyright (c) 2010 Greg Roach
+ * Copyright (c) 2011 Greg Roach
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -32,4 +32,4 @@ if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
exit;
}
-echo '<div id="', $id, '" class="block"><b>', $title, '</b><br /><div style="overflow:hidden;">', $content, '</div></div>';
+echo '<div id="', $id, '" class="block"><b>', $title, '</b><br /><div style="overflow:visible;">', $content, '</div></div>';
diff --git a/themes/fab/templates/block_small_temp.php b/themes/fab/templates/block_small_temp.php
index 975caba043..8ff3a9a9c7 100644
--- a/themes/fab/templates/block_small_temp.php
+++ b/themes/fab/templates/block_small_temp.php
@@ -7,11 +7,11 @@
* $title - the title of the block
* $content - the content of the block
*
- * Copyright (C) 2010 Greg Roach. All rights reserved.
+ * Copyright (C) 2011 Greg Roach. All rights reserved.
*/
if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
exit;
}
-echo '<div id="', $id, '" class="block"><b>', $title, '</b><div style="max-height:240px; overflow:auto;">', $content, '</div></div>';
+echo '<div id="', $id, '" class="block"><b>', $title, '</b><div style="max-height:240px; overflow:visible;">', $content, '</div></div>';
diff --git a/themes/fab/templates/personbox_template.php b/themes/fab/templates/personbox_template.php
index f0f391cd41..bdc6d089bf 100644
--- a/themes/fab/templates/personbox_template.php
+++ b/themes/fab/templates/personbox_template.php
@@ -3,7 +3,7 @@
* Template for drawing person boxes
*
* This template expects that the following variables will be set
- * $pid, $boxID, $personlinks, $icons, $GEDCOM, $style,
+ * $pid, $boxID, $icons, $GEDCOM, $style,
* $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd,
* $addname, $showid, $float
*
@@ -34,7 +34,6 @@ if (!defined('WT_WEBTREES')) {
}
echo
- '<div id="I', $boxID, 'links" style="position:absolute;left:0px;top:0px;width:', $lbwidth, 'px;visibility:hidden;z-index:100;">', $personlinks, '</div>',
'<div id="out-', $boxID, '" ', $outBoxAdd, '>',
'<div class="noprint" id="icons-', $boxID, '" style="', $iconsStyleAdd, 'width:25px;height:50px;">', $icons, '</div>',
$thumbnail,
diff --git a/themes/minimal/style.css b/themes/minimal/style.css
index bf63155517..e932a1a3c1 100644
--- a/themes/minimal/style.css
+++ b/themes/minimal/style.css
@@ -763,7 +763,7 @@ html[dir='rtl'] .icon, html[dir='rtl'] .adminicon {
margin-right:5px;
margin-bottom:10px;
font-size: 13px;
- overflow:auto;
+ overflow:visible;
}
.blockcontent .list_table {
@@ -1355,6 +1355,31 @@ dd {
clear: both;
}
+.itr {
+ position: absolute;
+ display: inline-block;
+ top: 3em;
+ line-height: 1.05;
+}
+
+.block .itr, #relatives_content .itr {
+ position: relative;
+ top: 0;
+}
+
+.popup{
+ display: none;
+}
+.itr:hover .popup{
+ display: block;
+ position: absolute;
+ width: 16em;
+ padding: 0.5em;
+ left: 0.5em;
+ top: 0.5em;
+ z-index: 9999;
+}
+
/* styles for FindFacts pop-up */
#layDefinedTags,#tabDefinedTagsShow {
width:450px;
@@ -1607,7 +1632,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h
/* ========= Sidebar ============== */
#main {min-width:600px; width:100%}
#indi_left {float:left; width:98%;}
-#tabs {background-color: #fff; border-color: #DDD; width:98%; overflow:auto;}
+#tabs {background-color: #fff; border-color: #DDD; width:98%; overflow:visible;}
#sidebarAccordion, #sidebarAccordion2 {width:auto;}
#sidebarAccordion h3, #sidebarAccordion2 h3 {height:30px; text-align: center; background: #DDD;
border: 1px solid #888;}
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php
index 12b25a3a34..1cb757799a 100644
--- a/themes/minimal/templates/personbox_template.php
+++ b/themes/minimal/templates/personbox_template.php
@@ -2,12 +2,12 @@
/**
* Template for drawing person boxes
* This template expects that the following variables will be set
- * $pid, $boxID, $personlinks, $icons, $GEDCOM, $style,
+ * $pid, $boxID, $icons, $GEDCOM, $style,
* $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd,
* $addname, $showid, $float
*
* webtrees: Web based Family History software
- * Copyright (C) 2010 webtrees development team.
+ * Copyright (C) 2011 webtrees development team.
*
* Derived from PhpGedView
* Copyright (C) 2008 PGV Development Team. All rights reserved.
@@ -35,11 +35,7 @@ if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
exit;
}
-
?>
-<div id="I<?php echo $boxID; ?>links"
- style="position:absolute; left:0px; top:0px; width:<?php echo $lbwidth; ?>px; visibility:hidden; z-index:100;">
-<?php echo $personlinks; ?></div>
<div id="out-<?php echo $boxID; ?>" <?php echo $outBoxAdd; ?>>
<!-- table helps to maintain spacing -->
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top">
diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css
index 7db5125d62..939f0911c7 100644
--- a/themes/webtrees/style.css
+++ b/themes/webtrees/style.css
@@ -1326,6 +1326,31 @@ td.descriptionbox a {color:#ffffff;}/* this keeps the tag color the same when i
.place {padding-top:5px;}
.logo {text-align:center;}
+.itr {
+ position: absolute;
+ display: inline-block;
+ top: 3em;
+ line-height: 1.05;
+}
+
+.block .itr, #relatives_content .itr {
+ position: relative;
+ top: 0;
+}
+
+.popup{
+ display: none;
+}
+.itr:hover .popup{
+ display: block;
+ position: absolute;
+ width: 16em;
+ padding: 0.5em;
+ left: 0.5em;
+ top: 0.5em;
+ z-index: 9999;
+}
+
/* styles for FindFacts pop-up */
#layDefinedTags,#tabDefinedTagsShow {width:450px;}
#tabDefinedTags {width:430px;}
@@ -1370,7 +1395,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h
.small_inner_block {max-height:200px; overflow:auto; font-size:10px;}
.normal_inner_block {overflow:auto;}
.block {background-color:#edf7fd; border:solid #81a9cb 1px; color:#000000; font-size:12px; margin-top:10px; padding:3px; vertical-align:top;}
-.blockcontent {margin:5px; font-size:13px; overflow:auto;}
+.blockcontent {margin:5px; font-size:13px; overflow:visible;}
.blockcontent .list_table {border-spacing:0; border:solid #81a9cb 1px; border-right:0;}
.blockcontent .list_value, .blockcontent .list_value_wrap {border:0; border-top:solid #81a9cb 1px; border-right:solid #81a9cb 1px;}
@@ -1649,7 +1674,7 @@ html[dir='rtl'] .dataTables_length {float:left;}
/* ========= Sidebar ============== */
#main {min-width:600px; width:100%}
#indi_left {float:left; width:98%;}
-#tabs {background-color:#ffffff; border-color:#dddddd; float:left; width:100%; overflow:auto;}
+#tabs {background-color:#ffffff; border-color:#dddddd; float:left; width:100%; overflow:visible;}
#sidebar {border-color:#dddddd; display:none; margin:5px 2px 0 0; height:auto;}
.use-sidebar #indi_left {width:77%;}
.use-sidebar #sidebar {display:block;}
diff --git a/themes/webtrees/templates/personbox_template.php b/themes/webtrees/templates/personbox_template.php
index 0f78845c59..2cefba15fa 100644
--- a/themes/webtrees/templates/personbox_template.php
+++ b/themes/webtrees/templates/personbox_template.php
@@ -2,12 +2,12 @@
/**
* Template for drawing person boxes
* This template expects that the following variables will be set
- * $pid, $boxID, $personlinks, $icons, $GEDCOM, $style,
+ * $pid, $boxID, $icons, $GEDCOM, $style,
* $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd,
* $addname, $showid, $float
*
* webtrees: Web based Family History software
- * Copyright (C) 2010 webtrees development team.
+ * Copyright (C) 2011 webtrees development team.
*
* Derived from PhpGedView
* Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
@@ -26,8 +26,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * @package webtrees
- * @subpackage Themes
* @version $Id$
*/
@@ -35,11 +33,7 @@ if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
exit;
}
-
?>
-<div id="I<?php echo $boxID; ?>links"
- style="position:absolute; left:0px; top:0px; width:<?php echo $lbwidth; ?>px; visibility:hidden; z-index:100;">
-<?php echo $personlinks; ?></div>
<div id="out-<?php echo $boxID; ?>" <?php echo $outBoxAdd; ?>>
<!-- table helps to maintain spacing -->
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top">
diff --git a/themes/xenea/style.css b/themes/xenea/style.css
index 959dff6977..5c9f387134 100644
--- a/themes/xenea/style.css
+++ b/themes/xenea/style.css
@@ -996,7 +996,7 @@ html[dir='rtl'] .themesubmenu {margin-right:0;}
margin-right:5px;
margin-bottom:10px;
font-size:13px;
- overflow:auto;
+ overflow:visible;
}
.blockcontent .list_table {
@@ -1626,6 +1626,31 @@ dd {
margin:0;
}
+.itr {
+ position: absolute;
+ display: inline-block;
+ top: 3em;
+ line-height: 1.05;
+}
+
+.block .itr, #relatives_content .itr {
+ position: relative;
+ top: 0;
+}
+
+.popup{
+ display: none;
+}
+.itr:hover .popup{
+ display: block;
+ position: absolute;
+ width: 16em;
+ padding: 0.5em;
+ left: 0.5em;
+ top: 0.5em;
+ z-index: 9999;
+}
+
/* styles for FindFacts pop-up */
#layDefinedTags,#tabDefinedTagsShow {
width:450px;
@@ -1875,7 +1900,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h
/* ========= Sidebar ============== */
#main {min-width:600px; width:100%}
#indi_left {float:left; width:98%;}
-#tabs {background-color:#FFF; border-color:#DDD; float:left; width:100%; overflow:auto;}
+#tabs {background-color:#FFF; border-color:#DDD; float:left; width:100%; overflow:visible;}
#sidebar {border-color:#DDD; display:none; margin:5px 2px 0 0; height:auto;}
#sidebarAccordion, #sidebarAccordion2 {width:auto;}
#sidebarAccordion h3, #sidebarAccordion2 h3 {height:30px; text-align:center; border-color:#999;}
diff --git a/themes/xenea/templates/personbox_template.php b/themes/xenea/templates/personbox_template.php
index 12b25a3a34..1cb757799a 100644
--- a/themes/xenea/templates/personbox_template.php
+++ b/themes/xenea/templates/personbox_template.php
@@ -2,12 +2,12 @@
/**
* Template for drawing person boxes
* This template expects that the following variables will be set
- * $pid, $boxID, $personlinks, $icons, $GEDCOM, $style,
+ * $pid, $boxID, $icons, $GEDCOM, $style,
* $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd,
* $addname, $showid, $float
*
* webtrees: Web based Family History software
- * Copyright (C) 2010 webtrees development team.
+ * Copyright (C) 2011 webtrees development team.
*
* Derived from PhpGedView
* Copyright (C) 2008 PGV Development Team. All rights reserved.
@@ -35,11 +35,7 @@ if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
exit;
}
-
?>
-<div id="I<?php echo $boxID; ?>links"
- style="position:absolute; left:0px; top:0px; width:<?php echo $lbwidth; ?>px; visibility:hidden; z-index:100;">
-<?php echo $personlinks; ?></div>
<div id="out-<?php echo $boxID; ?>" <?php echo $outBoxAdd; ?>>
<!-- table helps to maintain spacing -->
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top">