Skip to content

Commit b66ef43

Browse files
committed
Change corrections priority buttons - align center
1 parent 6666507 commit b66ef43

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Firmware/RTK_Everywhere/AP-Config/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,27 +1636,27 @@
16361636
</span>
16371637
</div>
16381638

1639-
<div id="correctionsPriorityList">
1639+
<div align="center" id="correctionsPriorityList">
16401640
<div style="margin-top:5px;" class="form-group row">
1641-
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton0">0</button>
1641+
<button type="button" class="btn btn-primary box-margin20" id="corrPrioButton0">0</button>
16421642
</div>
16431643
<div style="margin-top:5px;" class="form-group row">
1644-
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton1">1</button>
1644+
<button type="button" class="btn btn-primary box-margin20" id="corrPrioButton1">1</button>
16451645
</div>
16461646
<div style="margin-top:5px;" class="form-group row">
1647-
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton2">2</button>
1647+
<button type="button" class="btn btn-primary box-margin20" id="corrPrioButton2">2</button>
16481648
</div>
16491649
<div style="margin-top:5px;" class="form-group row">
1650-
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton3">3</button>
1650+
<button type="button" class="btn btn-primary box-margin20" id="corrPrioButton3">3</button>
16511651
</div>
16521652
<div style="margin-top:5px;" class="form-group row">
1653-
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton4">4</button>
1653+
<button type="button" class="btn btn-primary box-margin20" id="corrPrioButton4">4</button>
16541654
</div>
16551655
<div style="margin-top:5px;" class="form-group row">
1656-
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton5">5</button>
1656+
<button type="button" class="btn btn-primary box-margin20" id="corrPrioButton5">5</button>
16571657
</div>
16581658
<div style="margin-top:5px;" class="form-group row">
1659-
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton6">6</button>
1659+
<button type="button" class="btn btn-primary box-margin20" id="corrPrioButton6">6</button>
16601660
</div>
16611661
</div>
16621662

0 commit comments

Comments
 (0)