Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -760,12 +760,12 @@ |
761 | 761 | |
762 | 762 | table.mw-enhanced-rc { |
763 | 763 | background: none; |
764 | | - padding:0; |
765 | 764 | border:0; |
766 | 765 | border-spacing:0; |
767 | 766 | } |
768 | 767 | td.mw-enhanced-rc { |
769 | 768 | white-space:nowrap; |
| 769 | + padding:0; |
770 | 770 | vertical-align:top; |
771 | 771 | font-family:monospace |
772 | 772 | } |
Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -852,7 +852,7 @@ |
853 | 853 | $r .= $this->recentChangesFlags( $isnew, false, $unpatrolled, ' ', $bot ); |
854 | 854 | |
855 | 855 | # Timestamp |
856 | | - $r .= ' '.$block[0]->timestamp.' </td><td>'; |
| 856 | + $r .= ' '.$block[0]->timestamp.' </td><td style="padding:0px;">'; |
857 | 857 | |
858 | 858 | # Article link |
859 | 859 | if( $namehidden ) { |
— | — | @@ -954,10 +954,10 @@ |
955 | 955 | extract( $rcObj->mAttribs ); |
956 | 956 | |
957 | 957 | #$r .= '<tr><td valign="top">'.$this->spacerArrow(); |
958 | | - $r .= '<tr><td style="vertical-align:top;font-family:monospace">'; |
| 958 | + $r .= '<tr><td style="vertical-align:top;font-family:monospace; padding:0px;">'; |
959 | 959 | $r .= $this->spacerIndent() . $this->spacerIndent(); |
960 | 960 | $r .= $this->recentChangesFlags( $rc_new, $rc_minor, $rcObj->unpatrolled, ' ', $rc_bot ); |
961 | | - $r .= ' </td><td style="vertical-align:top"><span style="font-family:monospace">'; |
| 961 | + $r .= ' </td><td style="vertical-align:top; padding:0px;"><span style="font-family:monospace">'; |
962 | 962 | |
963 | 963 | $params = $queryParams; |
964 | 964 | |
— | — | @@ -1099,7 +1099,7 @@ |
1100 | 1100 | } else { |
1101 | 1101 | $r .= $this->recentChangesFlags( $rc_type == RC_NEW, $rc_minor, $rcObj->unpatrolled, ' ', $rc_bot ); |
1102 | 1102 | } |
1103 | | - $r .= ' '.$rcObj->timestamp.' </td><td>'; |
| 1103 | + $r .= ' '.$rcObj->timestamp.' </td><td style="padding:0px;">'; |
1104 | 1104 | # Article or log link |
1105 | 1105 | if( $rc_log_type ) { |
1106 | 1106 | $logtitle = Title::newFromText( "Log/$rc_log_type", NS_SPECIAL ); |