summaryrefslogtreecommitdiff
path: root/UI/employee.css
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-14 03:45:25 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-14 03:45:25 +0000
commit55078da1f1ecd9255637efe597dcf42943ce42ed (patch)
tree020afd65f971ce77b31115dad93b529d66080f69 /UI/employee.css
parent35522ea2952a82660cf67b81f0c81bc054eb59b8 (diff)
Adding tentative Employee template. Expect to have to revise them later once LedgerSMB::Template becomes available
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@894 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/employee.css')
-rw-r--r--UI/employee.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/UI/employee.css b/UI/employee.css
new file mode 100644
index 00000000..aa761583
--- /dev/null
+++ b/UI/employee.css
@@ -0,0 +1,25 @@
+div.2column {
+ display: block;
+ width: 50%;
+ direction: rtl;
+ unicode-bidi: bidi-override;
+}
+span.group_input_field {
+ display: block;
+}
+#form_column1 {
+ float: left;
+}
+#form_column2 {
+ float: left;
+ margin-right: 20%;
+}
+#notes_div{
+ float: left;
+}
+.input_label {
+
+}
+.input_field {
+
+}