summaryrefslogtreecommitdiff
path: root/UI/Contact/customer.css
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-24 08:05:08 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-24 08:05:08 +0000
commit2a2154e7ebac202704a8971babbd6df9591aebed (patch)
tree42cc2eb0bbccdc05fbfd039f017f0538aa80e9dd /UI/Contact/customer.css
parent6a7a141363fc99215e363010e3c7dbe5e4e890c4 (diff)
Moving Customer templates to be generally used by vendors, etc.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1897 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Contact/customer.css')
-rw-r--r--UI/Contact/customer.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/UI/Contact/customer.css b/UI/Contact/customer.css
new file mode 100644
index 00000000..e93cd0bd
--- /dev/null
+++ b/UI/Contact/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;
+}