Added more of the interface to generate csv files for GnuCash.

This commit is contained in:
Jonathan Rosenbaum
2015-01-15 21:29:36 +00:00
parent 4bb22b2ea1
commit e59f090355
5 changed files with 102 additions and 19 deletions
+14 -1
View File
@@ -1,7 +1,7 @@
/* sensible UI defaults for transaction views */
/* right-align labels */
td > label:not(.payment_type):not(.open_shop) {
td > label:not(.payment_type):not(.open_shop):not(.gnucash_csv) {
float: right;
padding-right: 5px;
}
@@ -43,3 +43,16 @@ input[value=Save]:focus, input[value=Close]:focus {
.deposit [type='checkbox'] {
display: none;
}
/* gnucash */
[name=gnucash_csv_year] {
width: 80px;
}
#gnucash_csv_range {
width: 300px;
}
#range_slider {
padding-top: 8px;
}