Index: trunk/extensions/LiquidThreads/lqt.css |
— | — | @@ -324,7 +324,7 @@ |
325 | 325 | margin-left: 2em; |
326 | 326 | } |
327 | 327 | |
328 | | -#bodyContent > .lqt_thread, |
| 328 | +.lqt-thread-topmost, |
329 | 329 | .lqt-thread-replies { |
330 | 330 | background-image: url(images/edge.png); |
331 | 331 | background-repeat: repeat-y; |
— | — | @@ -480,3 +480,11 @@ |
481 | 481 | .lqt-replies-finish { |
482 | 482 | clear: both; |
483 | 483 | } |
| 484 | + |
| 485 | +table.lqt-new-messages { |
| 486 | + width: 100%; |
| 487 | +} |
| 488 | + |
| 489 | +.mw-lqt-newmessages-left { |
| 490 | + width: 10em ; |
| 491 | +} |
Index: trunk/extensions/LiquidThreads/pages/NewUserMessagesView.php |
— | — | @@ -136,7 +136,7 @@ |
137 | 137 | $this->targets[$top->id()][] = $t->id(); |
138 | 138 | } |
139 | 139 | |
140 | | - $this->output->addHTML( '<table><tbody>' ); |
| 140 | + $this->output->addHTML( '<table class="lqt-new-messages"><tbody>' ); |
141 | 141 | |
142 | 142 | foreach ( $this->tops as $t ) { |
143 | 143 | // It turns out that with lqtviews composed of threads from various talkpages, |