aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-06-30 17:32:25 +0000
committerRomain d'Alverny <rda@mageia.org>2012-06-30 17:32:25 +0000
commit0456c0ea19e73147e5b8d5d8bb7498f8aee73301 (patch)
tree2862740cbd9827c04eabca5845c00f7f5dc24798 /root
parented5d0c64a0d9176d62f21ff25458811c05a144bc (diff)
downloadidentity-0456c0ea19e73147e5b8d5d8bb7498f8aee73301.tar
identity-0456c0ea19e73147e5b8d5d8bb7498f8aee73301.tar.gz
identity-0456c0ea19e73147e5b8d5d8bb7498f8aee73301.tar.bz2
identity-0456c0ea19e73147e5b8d5d8bb7498f8aee73301.tar.xz
identity-0456c0ea19e73147e5b8d5d8bb7498f8aee73301.zip
adjusting layout
Diffstat (limited to 'root')
-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