Spiffed up the search near the footer.

This commit is contained in:
Jonathan Rosenbaum
2015-01-13 20:08:03 +00:00
parent e168381a05
commit d689505318
2 changed files with 26 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/* sensible UI defaults for transaction views */
/* right-align labels */
td > label:not(.payment_type) {
td > label:not(.payment_type):not(#open_shop) {
float: right;
padding-right: 5px;
}