]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change width of notices table to display better
authorEvan Prodromou <evan@status.net>
Tue, 9 Nov 2010 18:04:11 +0000 (13:04 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 9 Nov 2010 18:04:11 +0000 (13:04 -0500)
plugins/EmailSummary/useremailsummaryhandler.php

index 95b7fdc477ddec07700277faf36254a49bfa2d8a..fb004b5558d96645c3eebd00cdd50703ce7f4fcb 100644 (file)
@@ -129,7 +129,7 @@ class UserEmailSummaryHandler extends QueueHandler
                          $profile->getBestName()));
        
 
-       $out->elementStart('table', array('width' => '100%', 'style' => 'border: none'));
+       $out->elementStart('table', array('width' => '541px', 'style' => 'border: none'));
        
        while ($notice->fetch()) {