small receive usability changes
This commit is contained in:
parent
d1c3c83ed7
commit
65e79d7e1b
2 changed files with 7 additions and 1 deletions
|
@ -351,3 +351,9 @@ i.package {
|
||||||
.control-text {
|
.control-text {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// unlock button same size as warning sign
|
||||||
|
.input-prepend button.unlocker {
|
||||||
|
padding-right: 6px;
|
||||||
|
padding-left: 7px;
|
||||||
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
$(input).closest('tr').find('.units_delta').html(html);
|
$(input).closest('tr').find('.units_delta').html(html);
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).on('change', 'input[data-units-expected]', function() {
|
$(document).on('change keyup', 'input[data-units-expected]', function() {
|
||||||
update_delta(this);
|
update_delta(this);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue