Started Styling of options Block

Added styling for options block. Realised in order to float select and input next to each other each needed its own DIV. Still need to redo plate available area.
This commit is contained in:
2018-10-11 13:33:14 -04:00
parent 364540e9af
commit d1f249631d
4 changed files with 129 additions and 63 deletions

View File

@@ -2,6 +2,8 @@
function startcalc() {
jQuery(".input-weightsneeded").val(null);
//calls inputs to start calculation
var weighttolift = jQuery(".input-weight").val();
var percentage = jQuery(".input-percentage").val();