Made layout changes to invoices and receipts to use CSS instead of simple H2/H3 tags. Also, as a temporary measure, I make the lease/customer numbers hyperlink to the view page. At some point we'll figure out what should happen after entering a receipt or invoice, and this hack should go away.
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@270 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -203,6 +203,21 @@ div.loading {
|
||||
margin-left: 1.0em;
|
||||
}
|
||||
|
||||
/************************************************************
|
||||
************************************************************
|
||||
* Grid Dynamic Selection Text
|
||||
*/
|
||||
|
||||
.grid-selection-text { font-size: 150%;
|
||||
margin-top: 0.4em;
|
||||
margin-bottom: 1em; }
|
||||
.grid-selection-text .supporting { font-size: 80%; }
|
||||
|
||||
.grid-selection-text .supporting table { border: none; }
|
||||
.grid-selection-text .supporting table td.field { width : 5em; }
|
||||
|
||||
|
||||
|
||||
/************************************************************
|
||||
************************************************************
|
||||
* Forms
|
||||
|
||||
Reference in New Issue
Block a user