Minor cosmetic change to installer: bumped down Continue button on payload page by 12px
authorDan
Sun, 21 Dec 2008 17:32:03 -0500
changeset 783 368a07e59bfe
parent 782 96848f04bbba
child 784 72df14a56a03
Minor cosmetic change to installer: bumped down Continue button on payload page by 12px
install/includes/stages/install.php
--- a/install/includes/stages/install.php	Sun Dec 21 17:25:28 2008 -0500
+++ b/install/includes/stages/install.php	Sun Dec 21 17:32:03 2008 -0500
@@ -114,7 +114,7 @@
 close_install_table();
 
 ?>
-<form action="install.php?stage=finish" method="post">
+<form action="install.php?stage=finish" method="post" style="margin-top: 12px;">
   <input type="hidden" name="language" value="<?php echo $lang_id; ?>" />
   <div style="text-align: center;">
     <input type="submit" name="_cont" value="<?php echo $lang->get('meta_btn_continue'); ?>" tabindex="1" />