Use better styles for fake button in installer
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 7 May 2016 17:37:07 +0000 (19:37 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 7 May 2016 17:37:07 +0000 (19:37 +0200)
The old style with visibilty:hidden does not let the enter button do the
submit in IE. The new style works in IE. Tested also with FF and Opera.

Change-Id: I7f86217c2905dabc6d222b3d7b896159b204db0a

includes/installer/WebInstallerPage.php

index daa429a..2ab0554 100644 (file)
@@ -98,7 +98,7 @@ abstract class WebInstallerPage {
                                wfMessage( "config-$continue" )->text(),
                                [
                                        'name' => "enter-$continue",
-                                       'style' => 'visibility:hidden;overflow:hidden;width:1px;margin:0'
+                                       'style' => 'width:0;border:0;height:0;padding:0'
                                ]
                        ) . "\n";
                }