Moved the customer edit page to include address and email fields. This is largely all the work on the presentation side, now I just need to take the data and update the database.
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@214 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -215,9 +215,24 @@ form {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
div.dynamic-set {
|
||||
div.dynamic-set fieldset.superset {
|
||||
margin-top: 1.5em;
|
||||
width: 50%;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
div.dynamic-set fieldset.superset legend {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.dynamic-set fieldset.superset fieldset {
|
||||
margin-top: 0.8em;
|
||||
/* width: 90%; */
|
||||
}
|
||||
|
||||
div.dynamic-set fieldset.superset fieldset legend {
|
||||
font-size: 110%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
||||
Reference in New Issue
Block a user