diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-21 02:45:34 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-21 02:45:34 +0000 |
commit | a87232e123682cf49ed86a1d431a922b951286c9 (patch) | |
tree | 0b05eb168cb3ea73635d715190d975a88d1517ee /UI | |
parent | 7b83059d02faef443dc4ba2f2a0f779bf6a0bc4e (diff) |
Address inputs now vertically line up
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2292 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r-- | UI/Contact/contact.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/UI/Contact/contact.css b/UI/Contact/contact.css index bbc29429..6675452f 100644 --- a/UI/Contact/contact.css +++ b/UI/Contact/contact.css @@ -23,6 +23,15 @@ div.note_contents { white-space:pre } +#line-two { + position: relative; + left: 12ex; +} + +#line-three { + position: relative; + left: 12ex; +} div label { margin-left: 1em; |