Index: trunk/extensions/EducationProgram/includes/EPPager.php |
— | — | @@ -574,7 +574,7 @@ |
575 | 575 | # Make table header |
576 | 576 | foreach ( $fields as $field => $name ) { |
577 | 577 | if ( $field === '_select' ) { |
578 | | - $s .= '<th>' . Html::element( 'input', array( |
| 578 | + $s .= '<th width="30px">' . Html::element( 'input', array( |
579 | 579 | 'type' => 'checkbox', |
580 | 580 | 'name' => 'ep-pager-select-all-' . $this->getInstanceNumber(), |
581 | 581 | 'id' => 'ep-pager-select-all-' . $this->getInstanceNumber(), |
Index: trunk/extensions/EducationProgram/resources/ep.pager.css |
— | — | @@ -6,6 +6,6 @@ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
10 | | -td .TablePager_col__select { |
11 | | - |
| 10 | +td.TablePager_col__select { |
| 11 | + text-align: center; |
12 | 12 | } |
\ No newline at end of file |