Select Type is now static to avoid unnecessary errors.

1).  Makes better sense from a UI perspective.
This commit is contained in:
Jonathan Rosenbaum
2015-01-28 04:30:42 +00:00
parent e8610e6b2f
commit b01649d369
3 changed files with 19 additions and 8 deletions
+5
View File
@@ -6,6 +6,11 @@ td > label:not(.payment_type):not(.open_shop):not(.gnucash_csv) {
padding-right: 5px;
}
/* bold transaction type */
#trans_type_info {
font-weight: bolder;
}
/* make unimportant buttons into links */
input[value=Delete], input[name=date_fill] {
background:none!important;