]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/install.html
CSS: remove hardcoded style from templates
[github/shaarli/Shaarli.git] / tpl / install.html
index 4034ef1bb3813efdcccdcbefac06a93a9e9deaa0..32b8811be0856824acf8da15ff66d6df6b73e900 100644 (file)
@@ -2,20 +2,19 @@
 <html>
 <head>{include="includes"}{$timezone_js}</head>
 <body onload="document.installform.setlogin.focus();">
-<div style="margin-left:20px;">
+<div id="install">
 <h1>Shaarli</h1>       
 It looks like it's the first time you run Shaarli. Please configure it:<br>
-<div style="color:white !important;">
-<form method="POST" action="" name="installform" id="installform" style="border:1px solid black; padding:10 10 10 10;">
-<table border="0" cellpadding="20">
+<form method="POST" action="" name="installform" id="installform">
+<table>
 <tr><td><b>Login:</b></td><td><input type="text" name="setlogin" size="30"></td></tr>
 <tr><td><b>Password:</b></td><td><input type="password" name="setpassword" size="30"></td></tr>
 {$timezone_html}
 <tr><td><b>Page title:</b></td><td><input type="text" name="title" size="30"></td></tr>
-<tr><td></td><td align="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr>
+<tr><td colspan="2"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr>
 </table>
 </form>
 </div>
 {include="page.footer"}
 </body>
-</html>
\ No newline at end of file
+</html>