diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-10-25 02:31:12 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-10-25 02:31:12 +0000 |
| commit | 37611dd113c5b5904bf3c2f5477e72b782142efb (patch) | |
| tree | 6fad02b25b8c7dfb6cb977ac2411fbdf8bece6e2 | |
| parent | e317fb089e933db398d21dfc3142f09aef7ea1ba (diff) | |
| download | webtrees-37611dd113c5b5904bf3c2f5477e72b782142efb.tar.gz webtrees-37611dd113c5b5904bf3c2f5477e72b782142efb.tar.bz2 webtrees-37611dd113c5b5904bf3c2f5477e72b782142efb.zip | |
Small adjustment to box sizes
| -rw-r--r-- | themes/xenea/style.css | 6 | ||||
| -rw-r--r-- | themes/xenea/theme.php | 2 |
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 |
