Spaces:
Running
Running
Update nutri_call.html
Browse files- nutri_call.html +1 -1
nutri_call.html
CHANGED
|
@@ -915,7 +915,6 @@ legend {
|
|
| 915 |
<div class="compensation-section">
|
| 916 |
|
| 917 |
<div class="input-column">
|
| 918 |
-
<button id="calculate-btn">Рассчитать</button>
|
| 919 |
<div class="input-group">
|
| 920 |
<label for="liters-input">Литры:</label>
|
| 921 |
<input type="number" id="liters-input" value="100" min="1" step="1">
|
|
@@ -924,6 +923,7 @@ legend {
|
|
| 924 |
<label for="rounding-precision">Точность:</label>
|
| 925 |
<input type="number" id="rounding-precision" value="3" min="0" max="3" step="1">
|
| 926 |
</div>
|
|
|
|
| 927 |
</div>
|
| 928 |
</div>
|
| 929 |
</fieldset>
|
|
|
|
| 915 |
<div class="compensation-section">
|
| 916 |
|
| 917 |
<div class="input-column">
|
|
|
|
| 918 |
<div class="input-group">
|
| 919 |
<label for="liters-input">Литры:</label>
|
| 920 |
<input type="number" id="liters-input" value="100" min="1" step="1">
|
|
|
|
| 923 |
<label for="rounding-precision">Точность:</label>
|
| 924 |
<input type="number" id="rounding-precision" value="3" min="0" max="3" step="1">
|
| 925 |
</div>
|
| 926 |
+
<button id="calculate-btn">Рассчитать</button>
|
| 927 |
</div>
|
| 928 |
</div>
|
| 929 |
</fieldset>
|