Align Scan ID button styling with other checks toolbar buttons.
Remove inline styles from Scan ID and use the shared check-btn class so it matches Run All, Clear All, and the rest of the row.
This commit is contained in:
@@ -310,8 +310,11 @@
|
||||
min-width:200px;
|
||||
flex:1;
|
||||
}
|
||||
#run-all-btn {
|
||||
white-space:nowrap;
|
||||
#run-all-btn,
|
||||
#page-checks .card-header-row .check-btn {
|
||||
white-space: nowrap;
|
||||
padding: 6px 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* ===== Desktop / default layout ===== */
|
||||
@@ -1203,27 +1206,15 @@
|
||||
style="flex:1;min-width:200px;"
|
||||
placeholder="e.g. 15-03-58-80"
|
||||
title="Type Device ID and press Enter to add"/>
|
||||
<button id="btn-scan" class="check-btn"
|
||||
style="padding:6px 10px;border-radius:10px;border:1px solid #ccc;cursor:pointer;">
|
||||
📷 Scan ID
|
||||
</button>
|
||||
<button id="run-all-btn"
|
||||
style="padding:6px 10px;border-radius:10px;border:1px solid #ccc;cursor:pointer;">
|
||||
▶ Run All Checks
|
||||
</button>
|
||||
<button id="clear-all-btn"
|
||||
style="padding:6px 10px;border-radius:10px;border:1px solid #ccc;cursor:pointer;">
|
||||
✕ Clear All
|
||||
</button>
|
||||
<button id="btn-scan" class="check-btn">📷 Scan ID</button>
|
||||
<button id="run-all-btn" class="check-btn">▶ Run All Checks</button>
|
||||
<button id="clear-all-btn" class="check-btn">✕ Clear All</button>
|
||||
|
||||
<input id="site-id-input"
|
||||
style="min-width:140px"
|
||||
placeholder="Site ID (e.g. 48-07)"
|
||||
title="Enter a Site ID to load all devices into checks"/>
|
||||
<button id="load-site-btn"
|
||||
style="padding:6px 10px;border-radius:10px;border:1px solid #ccc;cursor:pointer;">
|
||||
⇥ Load from Site
|
||||
</button>
|
||||
<button id="load-site-btn" class="check-btn">⇥ Load from Site</button>
|
||||
<button id="exportChecksCsvBtn" class="check-btn">Export CSV</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user