summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/xenea/style.css6
-rw-r--r--themes/xenea/theme.php2
2 files changed, 3 insertions, 5 deletions
diff --git a/themes/xenea/style.css b/themes/xenea/style.css
index 815aba1f63..576872fa8c 100644
--- a/themes/xenea/style.css
+++ b/themes/xenea/style.css
@@ -507,7 +507,7 @@ th {
a:hover .name1 {
color:red;
- font-weight:bold; font-size:10px;
+ font-weight:bold; font-size:11px;
}
a:hover .name2 {
@@ -1644,9 +1644,7 @@ dd {
#descendancy_chart .person_box, #descendancy_chart .person_boxF, #descendancy_chart .person_boxNN,
#familybook_chart .person_box, #familybook_chart .person_boxF, #familybook_chart .person_boxNN,
#hourglass_chart .person_box, #hourglass_chart .person_boxF, #hourglass_chart .person_boxNN,
-#relatives_content .person_box, #relatives_content .person_boxF, #relatives_content .person_boxNN {
- overflow: visible !important;
-}
+#relatives_content .person_box, #relatives_content .person_boxF, #relatives_content .person_boxNN {overflow: visible !important;}
.popup {
display:none;
diff --git a/themes/xenea/theme.php b/themes/xenea/theme.php
index 2c4d6a30bb..af2e6768e6 100644
--- a/themes/xenea/theme.php
+++ b/themes/xenea/theme.php
@@ -175,7 +175,7 @@ $fanChart = array(
);
//-- This section defines variables for the pedigree chart
-$bwidth = 220; // -- width of boxes on pedigree chart
+$bwidth = 240; // -- width of boxes on pedigree chart
$bheight = 80; // -- height of boxes on pedigree chart
$baseyoffset = 10; // -- position the entire pedigree tree relative to the top of the page
$basexoffset = 10; // -- position the entire pedigree tree relative to the left of the page