Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -60,7 +60,7 @@ |
61 | 61 | if ( $continue ) { |
62 | 62 | // Fake submit button for enter keypress |
63 | 63 | $s .= Xml::submitButton( wfMsg( "config-$continue" ), |
64 | | - array( 'name' => "enter-$continue", 'style' => 'display:none' ) ) . "\n"; |
| 64 | + array( 'name' => "enter-$continue", 'style' => 'visibility:hidden;overflow:hidden;width:1px;margin:0' ) ) . "\n"; |
65 | 65 | } |
66 | 66 | |
67 | 67 | if ( $id !== 0 ) { |