Index: trunk/extensions/WikiSync/WikiSyncPage.php |
— | — | @@ -169,7 +169,7 @@ |
170 | 170 | function initPageTpl() { |
171 | 171 | $tr_style = 'border:2px dashed lightgray; '; |
172 | 172 | $this->page_tpl = |
173 | | - array( '__tag'=>'table', |
| 173 | + array( '__tag'=>'table', 'class'=>'wikisync_main', |
174 | 174 | array( '__tag'=>'tr', 'style'=>$tr_style, |
175 | 175 | array( '__tag'=>'td', 'colspan'=>'2', $this->initSyncDirectionTpl() ) |
176 | 176 | ), |
Index: trunk/extensions/WikiSync/WikiSync.css |
— | — | @@ -1,3 +1,7 @@ |
| 2 | +table.wikisync_main, table.wikisync_main > td { |
| 3 | + border-collapse: collapse; |
| 4 | +} |
| 5 | + |
2 | 6 | table.wikisync_remote_login input[type="text"], table.wikisync_remote_login input[type="password"] { |
3 | 7 | width: 15em; |
4 | 8 | } |