diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:38 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:38 +0000 |
commit | 03fb1c1de4126acf734c4d870153205bd5e41d71 (patch) | |
tree | 339a30493c27fbfa0dc5ae76aba4ef0552975955 /root | |
parent | f099595a8ddeb66f390660dc7f3867af099101e1 (diff) | |
download | identity-03fb1c1de4126acf734c4d870153205bd5e41d71.tar identity-03fb1c1de4126acf734c4d870153205bd5e41d71.tar.gz identity-03fb1c1de4126acf734c4d870153205bd5e41d71.tar.bz2 identity-03fb1c1de4126acf734c4d870153205bd5e41d71.tar.xz identity-03fb1c1de4126acf734c4d870153205bd5e41d71.zip |
move the sub-form out of the main form, as this contraint it horizontally, thus leading to a suboptimal layout ( input not aligned with the rest )
Diffstat (limited to 'root')
-rw-r--r-- | root/user/index.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/user/index.tt b/root/user/index.tt index 4f84c07..f21ad5d 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -30,6 +30,7 @@ </tr> </table> </form> +</div> <hr /> @@ -46,4 +47,3 @@ <button type="submit" value="[% l('Add') %]">[% l('Add') %]</button> </p> </form> -</div> |