DmitrMakeev commited on
Commit
70cf2ee
·
verified ·
1 Parent(s): ff90776

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. nutri_call.html +4 -4
nutri_call.html CHANGED
@@ -583,7 +583,7 @@ legend {
583
  </div>
584
 
585
  <!-- NH4 -- NO3 -->
586
- <div style="display: flex; align-items: flex-start; gap: 20px;">
587
  <!-- Колонки азотных элементов -->
588
  <div class="nitrogen-container" style="display: flex; gap: 20px;">
589
  <!-- Колонка 1: NH4 -->
@@ -595,6 +595,7 @@ legend {
595
  <div class="nitrogen-group">
596
  <input id="calculated_nh4" type="number" value="0.000" step="0.001" readonly style="background-color: #f0f0f0; color: #666;">
597
  </div>
 
598
  </div>
599
 
600
  <!-- Колонка 2: NO3 -->
@@ -607,14 +608,13 @@ legend {
607
  <input id="calculated_no3" type="number" value="0.000" step="0.001" readonly style="background-color: #f0f0f0; color: #666;">
608
  </div>
609
  </div>
 
610
  </div>
611
 
612
  <!-- Кнопки -->
613
  <div style="display: flex; flex-direction: column; gap: 10px; margin-top: 10px;">
614
- <button class="square-button" id="plus-button" style="font-weight: bold;">+</button>
615
- <button class="square-button" id="minus-button" style="font-weight: bold;">-</button>
616
  </div>
617
- </div>
618
 
619
  <!-- Первый блок NPK -->
620
  <div class="npk-container">
 
583
  </div>
584
 
585
  <!-- NH4 -- NO3 -->
586
+
587
  <!-- Колонки азотных элементов -->
588
  <div class="nitrogen-container" style="display: flex; gap: 20px;">
589
  <!-- Колонка 1: NH4 -->
 
595
  <div class="nitrogen-group">
596
  <input id="calculated_nh4" type="number" value="0.000" step="0.001" readonly style="background-color: #f0f0f0; color: #666;">
597
  </div>
598
+ <button class="square-button" id="plus-button" style="font-weight: bold;">+</button>
599
  </div>
600
 
601
  <!-- Колонка 2: NO3 -->
 
608
  <input id="calculated_no3" type="number" value="0.000" step="0.001" readonly style="background-color: #f0f0f0; color: #666;">
609
  </div>
610
  </div>
611
+ <button class="square-button" id="minus-button" style="font-weight: bold;">-</button>
612
  </div>
613
 
614
  <!-- Кнопки -->
615
  <div style="display: flex; flex-direction: column; gap: 10px; margin-top: 10px;">
 
 
616
  </div>
617
+
618
 
619
  <!-- Первый блок NPK -->
620
  <div class="npk-container">