aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/index.tt30
1 files changed, 16 insertions, 14 deletions
diff --git a/root/index.tt b/root/index.tt
index 5e2a646..e84d5c2 100644
--- a/root/index.tt
+++ b/root/index.tt
@@ -1,6 +1,6 @@
<div style="text-align: left; vertical-align: top;">
<div id="login_form">
- <h2 style="text-align: left;">[% l('Login') %]</h2>
+ <h2>[% l('Login') %]</h2>
<form method="post" action="/user">
<div id="login_form_inputs">
<p><label for="username_">[% l('Username : ') %]</label>
@@ -10,23 +10,25 @@
<input id="password_" type="password" name="password" /><br>
<a href="/forgot_password" style="font-size: smaller;">[% l('Forgotten password?') %]</a>
</p>
- <p><input type="submit" value="[% l('Login') %]"/></p>
+ <p style="text-align: right;"><input type="submit" value="[% l('Login') %]"/></p>
</div>
</form>
</div>
- <div id="info" style="margin-left: 2em; padding-left: 2em; border-left: 1px solid #ddd;">
- <h2 style="text-align: left;">[% l('Register an account') %]</h2>
+ <div id="info">
+ <div style="border-left: 1px solid #ddd; padding-left: 2em; margin-left: 2em;">
+ <h2>[% l('Register an account') %]</h2>
- <p>You will need an account when you want to participate in Mageia,
- through <a href="http://ml.mageia.org/">mailing-lists</a>,
- <a href="http://wiki.mageia.org/">wiki</a>,
- <a href="http://bugs.mageia.org/">bugzilla</a>,
- our <a href="http://svn.mageia.org/">code</a>
- <a href="http://git.mageia.org/">repositories</a>,
- <a href="http://forums.mageia.org/">forums</a>, etc.</p>
+ <p>You will need an account when you want to participate in Mageia,
+ through <a href="http://ml.mageia.org/">mailing-lists</a>,
+ <a href="http://wiki.mageia.org/">wiki</a>,
+ <a href="http://bugs.mageia.org/">bugzilla</a>,
+ our <a href="http://svn.mageia.org/">code</a>
+ <a href="http://git.mageia.org/">repositories</a>,
+ <a href="http://forums.mageia.org/">forums</a>, etc.</p>
- <form method="get" action="/register">
- <p><input type="submit" value="[% l('Register') %]"></p>
- </form>
+ <form method="get" action="/register">
+ <p style="text-align: right;"><input type="submit" value="[% l('Register') %]"></p>
+ </form>
+ </div>
</div>
</div> \ No newline at end of file