From ff6f935be468458483306b06a827ccc82564c496 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 20 Nov 2007 20:06:22 +0000 Subject: 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 --- UI/Customer/customer.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 UI/Customer/customer.css (limited to 'UI/Customer') 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; +} -- cgit v1.2.3