diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:42 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:42 +0000 |
commit | a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3 (patch) | |
tree | 431ee8cb4be45930b2610f1b2b858b7e61350558 | |
parent | 03fb1c1de4126acf734c4d870153205bd5e41d71 (diff) | |
download | identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.tar identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.tar.gz identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.tar.bz2 identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.tar.xz identity-a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3.zip |
align the subform to the left
-rw-r--r-- | root/static/style/ttsite.css | 4 | ||||
-rw-r--r-- | root/user/index.tt | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 8b375db..2d1c734 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -122,6 +122,10 @@ html, body { } +#attribute_add_form { + text-align: left; + float: left +} /* End changes obgr_seneca */ diff --git a/root/user/index.tt b/root/user/index.tt index f21ad5d..abd3a3a 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -33,7 +33,8 @@ </div> <hr /> - +<div id="attribute_add_form"> +<h3>[%('Add a attribute')%]</h3> <form method="post" action="/user/add"> <p> <select name="attribute"> @@ -47,3 +48,4 @@ <button type="submit" value="[% l('Add') %]">[% l('Add') %]</button> </p> </form> +</div> |