Added editable Change Fund.

1. Mouseover allows edit of Change Fund.
2. Difference is shown, and stored in db for page reloads.
This commit is contained in:
Jonathan Rosenbaum
2015-01-10 07:54:12 +00:00
parent 33b4d29417
commit d16811fe95
7 changed files with 628 additions and 3 deletions
+8
View File
@@ -21,6 +21,14 @@ form[name=FormEdit] select:focus {
color: green;
}
.editable_change {
color: gray;
}
.editable_change form {
display: inline;
}
/*
input[value=Save]:focus, input[value=Close]:focus {
background: green;