From: umherirrender Date: Sat, 7 May 2016 17:37:07 +0000 (+0200) Subject: Use better styles for fake button in installer X-Git-Tag: 1.31.0-rc.0~7049^2 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=aa518a6d83692496564f195fd2818dee38f50949;p=lhc%2Fweb%2Fwiklou.git Use better styles for fake button in installer 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 --- diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index daa429a349..2ab055464d 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -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"; }