! Do the only thing that can viably be done with oversized avatars - centralise them in the column and let the widest determine the column width. Or, y'know, don't let your users do odd things in the first place. [Bug 653]
gruffen

gruffen commited on 2011-05-30 17:02:05
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -56,7 +56,7 @@ function template_shd_staff_list()
56 56
 			{
57 57
 				echo '
58 58
 					<tr class="', ($use_bg2 ? 'windowbg2' : 'windowbg'), '">
59
-						<td width="1%">
59
+						<td width="1%" class="centertext">
60 60
 							', (!empty($modSettings['shd_display_avatar']) && empty($options['show_no_avatars']) && !empty($member['avatar']['image'])) ? $member['avatar']['image'] : '', '
61 61
 							', !empty($member['extra']) ? $member['extra'] : '','
62 62
 						</td>
63 63