diff options
| author | Rob Peters <makitso@gmail.com> | 2011-11-10 15:35:28 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2011-11-10 15:35:28 +0000 |
| commit | 5c21bfb2aff7395ec71290d7cf13d9810c0a0810 (patch) | |
| tree | 2a3fbec3e3bf23cee56e25ce9aa1d2b5b4c69ed8 /themes | |
| parent | 6520215bdf9419626a8244d43dae415cd6c808d1 (diff) | |
| download | webtrees-5c21bfb2aff7395ec71290d7cf13d9810c0a0810.tar.gz webtrees-5c21bfb2aff7395ec71290d7cf13d9810c0a0810.tar.bz2 webtrees-5c21bfb2aff7395ec71290d7cf13d9810c0a0810.zip | |
Adjust personbox text display for charts
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/colors/templates/personbox_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/templates/personbox_template.php b/themes/colors/templates/personbox_template.php index ad58af9c3a..8611aa5f57 100644 --- a/themes/colors/templates/personbox_template.php +++ b/themes/colors/templates/personbox_template.php @@ -51,7 +51,7 @@ if (!defined('WT_WEBTREES')) { <span class="name<?php echo $style; ?>"> <?php echo $genderImage; ?></span> <?php echo $showid; ?> </a> <div id="fontdef-<?php echo $boxID; ?>" class="details<?php echo $style; ?>"> - <div id="inout2-<?php echo $boxID; ?>" style="display: block; overflow:hidden; max-height: <?php echo $bheight-25; ?>px;"><?php echo $BirthDeath; ?></div> + <div id="inout2-<?php echo $boxID; ?>" style="display: block; overflow:hidden; max-height: <?php echo $bheight-30; ?>px;"><?php echo $BirthDeath; ?></div> </div> <div id="inout-<?php echo $boxID; ?>" style="display: none;"> <div id="LOADING-inout-<?php echo $boxID; ?>"><?php echo WT_I18N::translate('Loading...'); ?></div> |
