Updated reset button positioning and styling

Updated reset button positioning to use correct styling to work across all browsers.
This commit is contained in:
2018-10-22 13:14:41 -04:00
parent 765e2a4f1c
commit 2cac3cf0f2
3 changed files with 27 additions and 8 deletions

View File

@@ -49,7 +49,7 @@
<div class="b-platevisual__plates b-platevisual__plates--right">
</div>
</div>
<p class="subheading">Offset: <span class="input-difference">0</span> LBS</p>
<p class="b-platevisual__weightdifference subheading">Offset: <span class="input-difference">0</span> LBS</p>
</div>
</div>
@@ -89,9 +89,11 @@
<div class="b-calulatorinputs__infoentry">
<div class="b-calulatorinputs__inputcontainer">
<div class="b-calulatorinputs__weightinput">
<label for="Weight">WEIGHT (LBS)</label>
<input type="number" inputmode="numeric" pattern="[0-9]*" class="b-infoentry__input input-element input-weight" name="Weight" placeholder="What are you lifting? (LBS)" id="Weight">
<input type="button" name="reset" value="Reset" class="b-infoentry__reset">
<div class="b-calulatorinputs__weightinputcontainer">
<label for="Weight">WEIGHT (LBS)</label>
<input type="number" inputmode="numeric" pattern="[0-9]*" class="b-infoentry__input input-element input-weight" name="Weight" placeholder="Enter your weight (LBS)" id="Weight">
<input type="button" name="reset" value="Reset" class="b-infoentry__reset">
</div>
<input type="button" class="b-infoentry__button submit-element input-calculate" name="Calculate" value="LIFT" onclick="startcalc()">
</div>
<a href="#options">