mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Added more of the interface to generate csv files for GnuCash.
This commit is contained in:
+14
-1
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user