[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3295] trunk/UI/Contact



Revision: 3295
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3295&view=rev
Author:   einhverfr
Date:     2011-06-20 07:34:14 +0000 (Mon, 20 Jun 2011)

Log Message:
-----------
CSS improvements for saving customers/vendors and employees complete

Modified Paths:
--------------
    trunk/UI/Contact/contact.css
    trunk/UI/Contact/contact.html

Modified: trunk/UI/Contact/contact.css
===================================================================
--- trunk/UI/Contact/contact.css	2011-06-20 07:08:44 UTC (rev 3294)
+++ trunk/UI/Contact/contact.css	2011-06-20 07:34:14 UTC (rev 3295)
@@ -23,12 +23,11 @@
 	white-space:pre
 }
 
-.addl-address {
-	position: relative;
-	left: 12ex;
-}
 
 div label {
+	float: left;
+	display: block;
+	text-align: right;
 	margin-left: 1em;
 }
 
@@ -65,10 +64,7 @@
 }
 
 #hr_div label {
-        float: left;
-        display: block;
         width: 9em;
-        text-align: right;
 }
 
 #company_div div.input_group1 {
@@ -80,10 +76,7 @@
 }
 
 #company_div label {
-	float: left;
-	display: block;
 	width: 8em;
-	text-align: right;
 }
 
 #company_div div.input_group2 label {
@@ -91,8 +84,23 @@
 }
 
 #credit_div label {
-	float: left;
-	display: block;
 	width: 9em;
-	text-align: right;
 }
+
+#location_div label {
+	width: 6em;
+}
+
+#contact_div label {
+	width: 6em;
+}
+
+#bank_div label {
+	width: 9em;
+}
+
+#notes_div label {
+	width: 6em;
+}
+
+

Modified: trunk/UI/Contact/contact.html
===================================================================
--- trunk/UI/Contact/contact.html	2011-06-20 07:08:44 UTC (rev 3294)
+++ trunk/UI/Contact/contact.html	2011-06-20 07:34:14 UTC (rev 3295)
@@ -712,6 +712,7 @@
 	</div>
 	<div> 
 		<?lsmb PROCESS input element_data = {
+                        label = "&nbsp;"
 			name = "line_two"
 			class = "addl-address"
 			value = line_two
@@ -721,6 +722,7 @@
 	</div>
 	<div> 
 		<?lsmb PROCESS input element_data = {
+                        label = "&nbsp;"
 			name = "line_three"
 			class = "addl-address"
 			value = line_three
@@ -938,7 +940,7 @@
 		name="bank_account_id" 
 		value=bank_account_id
 	} ?>
-	<div><label for="bic">
+	<div>
 	<?lsmb INCLUDE input element_data = {
 		type="text" 
 		label = text('BIC/SWIFT Code:')
@@ -947,7 +949,7 @@
 		size=20
 	} #' ?>
 	</div>
-	<div><label for="iban">
+	<div>
 	<?lsmb PROCESS input element_data = {
 		type="text" 
 		label = text('Bank Account:')


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.