summaryrefslogtreecommitdiff
path: root/themes/minimal
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2012-06-19 07:25:40 +0000
committerNigel Osborne <kiwi3685@me.com>2012-06-19 07:25:40 +0000
commit43303ca1d510ad42f3873c614a958ae1b031481a (patch)
treee01bdab210970ed9065bb0592f474762c34d1fd8 /themes/minimal
parent666d39ae81c720eecf3e5755ab33f102206c6d58 (diff)
downloadwebtrees-43303ca1d510ad42f3873c614a958ae1b031481a.tar.gz
webtrees-43303ca1d510ad42f3873c614a958ae1b031481a.tar.bz2
webtrees-43303ca1d510ad42f3873c614a958ae1b031481a.zip
Bug #1014443 - pedigree.php - Multiple Validation Errors
Diffstat (limited to 'themes/minimal')
-rw-r--r--themes/minimal/style.css2
-rw-r--r--themes/minimal/templates/personbox_template.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/themes/minimal/style.css b/themes/minimal/style.css
index 41aec818b6..9da70e58e3 100644
--- a/themes/minimal/style.css
+++ b/themes/minimal/style.css
@@ -1241,6 +1241,8 @@ html[dir="rtl"] dt {
#relationship_chart .person_box, #relationship_chart .person_boxF, #relationship_chart .person_boxNN {
overflow:visible !important;
}
+.person_box_template .style1 {overflow:hidden;}
+.person_box_template .style0 {padding: 2px;}
.person_box_template .noprint { width:25px;height:50px; position:relative;}
.person_box_template .chart_textbox {height:auto;overflow: hidden;}
.person_box_template .details div {display:block;}
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php
index 43c00b0050..c295973fcc 100644
--- a/themes/minimal/templates/personbox_template.php
+++ b/themes/minimal/templates/personbox_template.php
@@ -32,7 +32,7 @@ if (!defined('WT_WEBTREES')) {
exit;
}
-echo '<div id="out-',$boxID,'" ',$outBoxAdd,' class="personbox_template">
+echo '<div id="out-',$boxID,'" ',$outBoxAdd,'">
<div class="noprint" id="icons-',$boxID,'" style="',$iconsStyleAdd,'">', $icons, '</div>',
'<div class="chart_textbox" style="max-height:', $bheight,'px;">',
$thumbnail,