Preparing GnuCash CSV interface, and fixed no shop bug with new logic.

This commit is contained in:
Jonathan Rosenbaum
2015-01-14 06:10:04 +00:00
parent d689505318
commit e444cdb93c
3 changed files with 23 additions and 16 deletions
+1 -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) {
float: right;
padding-right: 5px;
}