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@386 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-24 05:01:29 +00:00
parent 769c02a5f1
commit 29fe265daa
2 changed files with 26 additions and 3 deletions

View File

@@ -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