Made changes to get field alignment on receipt entry. I can get the text on the left by floating the label, but actually, I think I prefer the boxes on the left.
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@386 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -193,6 +193,22 @@ table.list.ledger td.date.receipt { padding-left: 1em; }
|
||||
table.list.ledger td.evnrow { background: #f4f4f4; }
|
||||
|
||||
|
||||
/************************************************************
|
||||
************************************************************
|
||||
* Receipt Entry
|
||||
*/
|
||||
|
||||
input.payment {
|
||||
width: 10em;
|
||||
}
|
||||
label.payment {
|
||||
padding-left: 0.5em;
|
||||
/* float: left; */
|
||||
/* text-align: right; */
|
||||
/* display: block; */
|
||||
}
|
||||
|
||||
|
||||
/************************************************************
|
||||
************************************************************
|
||||
* Special cases
|
||||
|
||||
Reference in New Issue
Block a user