diff options
| author | Rob Peters <makitso@gmail.com> | 2011-11-24 18:05:44 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2011-11-24 18:05:44 +0000 |
| commit | ca615deb707f414407b2f46808c0bbc0d5f30867 (patch) | |
| tree | 67d13bedeabd47a64a89e55bf0bf4ea02345c83c | |
| parent | 61d0f15df88b12f3833f2a232c04098fbf10dcfb (diff) | |
| download | webtrees-ca615deb707f414407b2f46808c0bbc0d5f30867.tar.gz webtrees-ca615deb707f414407b2f46808c0bbc0d5f30867.tar.bz2 webtrees-ca615deb707f414407b2f46808c0bbc0d5f30867.zip | |
Remove unnecessary selectors for random_picture
| -rw-r--r-- | themes/colors/css/colors.css | 5 | ||||
| -rw-r--r-- | themes/colors/templates/personbox_template.php | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css index d058db2843..e4ced1e0a3 100644 --- a/themes/colors/css/colors.css +++ b/themes/colors/css/colors.css @@ -786,7 +786,7 @@ vertical-align: middle; .pedigree_image_portrait, .pedigree_image_landscape { float: left; max-height: 50px; -max-width: 50px; +max-width: 37px; margin-right: 3px; } @@ -1499,7 +1499,7 @@ margin: 0; #pending h2 {text-align:center; margin-bottom:20px;} #pending h3 {text-align:center; margin-top:20px;} - +/* .user_favorites_block, .gedcom_favorites_block, #family_page .person_box, #family_page .person_boxF, #family_page .person_boxNN, #ancestry_chart .person_box, #ancestry_chart .person_boxF, #ancestry_chart .person_boxNN, @@ -1512,6 +1512,7 @@ margin: 0; .charts_block .person_box, .charts_block .person_boxF, .charts_block .person_boxNN { overflow: visible !important; } + */ #register-page table, #login-page table, #branches-page table, #media-list-page .list_table {margin:auto;} #register-page table a {display:block; text-align:center;} diff --git a/themes/colors/templates/personbox_template.php b/themes/colors/templates/personbox_template.php index ddf01a2cbb..4d55672c8f 100644 --- a/themes/colors/templates/personbox_template.php +++ b/themes/colors/templates/personbox_template.php @@ -46,7 +46,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/2; ?>px;"><?php echo $BirthDeath; ?></div> + <div id="inout2-<?php echo $boxID; ?>" style="display: block; overflow:hidden; "><?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> |
