More changes to the ledger_entry view
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@300 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -78,6 +78,34 @@ table.item.detail td.value { white-space : normal; }
|
||||
div.detail.supporting { clear : both;
|
||||
padding-top: 1.5em; }
|
||||
|
||||
/* Exception for Ledger Entry, which is split over 3 tables */
|
||||
.ledger-double-entry { padding-top: 1.0em;
|
||||
float: left;
|
||||
clear : left;
|
||||
width : 60%;
|
||||
}
|
||||
|
||||
.ledger-double-entry table.item.detail {
|
||||
width : 45%;
|
||||
/* border: 2px dashed #0f0; */
|
||||
/* margin-left : 5%; */
|
||||
/* margin-right : 5%; */
|
||||
}
|
||||
|
||||
.ledger-double-entry table.item.detail.debit {
|
||||
/* margin-left : 2%; */
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ledger-double-entry table.item.detail.credit {
|
||||
/* margin-right : 2%; */
|
||||
float: right;
|
||||
|
||||
}
|
||||
|
||||
/* .ledger-double-entry table.debit { clear: */
|
||||
|
||||
|
||||
|
||||
/************************************************************
|
||||
************************************************************
|
||||
|
||||
Reference in New Issue
Block a user