Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -505,7 +505,7 @@ |
506 | 506 | */ |
507 | 507 | function recentChangesBlockGroup( $block ) { |
508 | 508 | global $wgLang, $wgContLang, $wgRCShowChangedSize; |
509 | | - $r = '<table cellpadding="0" cellspacing="0" border="0"><tr>'; |
| 509 | + $r = '<table cellpadding="0" cellspacing="0" border="0"><tr>'; |
510 | 510 | |
511 | 511 | # Collate list of users |
512 | 512 | $isnew = false; |
— | — | @@ -555,7 +555,7 @@ |
556 | 556 | $toggleLink = "javascript:toggleVisibility('$rci','$rcm','$rcl')"; |
557 | 557 | $tl = '<span id="'.$rcm.'"><a href="'.$toggleLink.'">' . $this->sideArrow() . '</a></span>'; |
558 | 558 | $tl .= '<span id="'.$rcl.'" style="display:none"><a href="'.$toggleLink.'">' . $this->downArrow() . '</a></span>'; |
559 | | - $r .= '<td valign="middle">'.$tl.'</td>'; |
| 559 | + $r .= '<td valign="top">'.$tl.'</td>'; |
560 | 560 | |
561 | 561 | # Main line |
562 | 562 | $r .= '<td valign="top"><tt>'.$this->recentChangesFlags( $isnew, false, $unpatrolled, ' ', $bot ); |
— | — | @@ -617,7 +617,7 @@ |
618 | 618 | $r .= "</td></tr></table>\n"; |
619 | 619 | |
620 | 620 | # Sub-entries |
621 | | - $r .= '<div id="'.$rci.'" style="display:none;"><table cellpadding="0" cellspacing="0" border="0">'; |
| 621 | + $r .= '<div id="'.$rci.'" style="display:none;"><table cellpadding="0" cellspacing="0" border="0">'; |
622 | 622 | foreach( $block as $rcObj ) { |
623 | 623 | # Get rc_xxxx variables |
624 | 624 | // FIXME: Would be good to replace this extract() call with something that explicitly initializes local variables. |
— | — | @@ -701,7 +701,7 @@ |
702 | 702 | global $wgStylePath; |
703 | 703 | $encUrl = htmlspecialchars( $wgStylePath . '/common/images/Arr_' . $dir . '.png' ); |
704 | 704 | $encAlt = htmlspecialchars( $alt ); |
705 | | - return "<img src=\"$encUrl\" width=\"12\" height=\"12\" alt=\"$encAlt\" />"; |
| 705 | + return "<img src=\"$encUrl\" width=\"12\" height=\"12\" style=\"margin-top:.5em;\" alt=\"$encAlt\" />"; |
706 | 706 | } |
707 | 707 | |
708 | 708 | /** |
— | — | @@ -765,7 +765,7 @@ |
766 | 766 | extract( $rcObj->mAttribs ); |
767 | 767 | $curIdEq = 'curid='.$rc_cur_id; |
768 | 768 | |
769 | | - $r = '<table cellspacing="0" cellpadding="0" border="0"><tr>'; |
| 769 | + $r = '<table cellspacing="0" cellpadding="0" border="0"><tr>'; |
770 | 770 | |
771 | 771 | # spacerArrow() causes issues in FF |
772 | 772 | $r .= $this->spacerColumn(); |