commit 3371e01848015556d59f4297d211a8c0c26b8698 parent fb96e629eb9a24eee33e5be33969edc4de5842c4 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 19 Apr 2015 15:12:57 +0200 some css Diffstat:
| M | install/index.php | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install/index.php b/install/index.php @@ -79,10 +79,10 @@ if ($mysql == 1 && $dir == 1){ echo " <form action=\"set_variables.php\" method=\"post\"> - <input type=\"submit\" name=\"send\" value=\"Go on!\" /> + <button type=\"submit\" name=\"send\" class=\"btn btn-success\">Go On!</button> </form>"; }else{ - echo "Can't proceed!</br>"; + echo "<span class=\"text-danger\">Can't proceed!</span></br>"; } ?> </div>