diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-20 20:06:22 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-20 20:06:22 +0000 |
commit | ff6f935be468458483306b06a827ccc82564c496 (patch) | |
tree | 9f23533dc631ec847a0692e903bc3a25319d5ec5 /UI | |
parent | dde228cecf32aec33a3f8e12c29d70214278bfad (diff) |
Adding some CSS to help with Customer entry screen
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1884 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r-- | UI/Customer/customer.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/UI/Customer/customer.css b/UI/Customer/customer.css new file mode 100644 index 00000000..e93cd0bd --- /dev/null +++ b/UI/Customer/customer.css @@ -0,0 +1,20 @@ +label { + text-align: right; + margin-left: auto; + margin-right: 0em; +} + +input { margin-left: 0em; + margin-right: auto; +} + +ul.navigation li { + display: inline; + padding-left: 1em; + padding-right: 1em; + padding-top: 0.5em; + padding-bottom: 0.5em; + margin-right: 1em; + margin-left: 1em; + margin-bottom: 0em; +} |