|
|
|
@ -18,12 +18,14 @@
|
|
|
|
|
<div class="search-bar-container">
|
|
|
|
|
<input type="text" name="search-bar" class="search-bar" placeholder="Search parts">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="filter-container">
|
|
|
|
|
<p>Search in:</p>
|
|
|
|
|
<input type="checkbox" id="type" checked></input><label class="toggle-btn" for="type">Manufacturer</label>
|
|
|
|
|
<input type="checkbox" id="partno" checked></input><label class="toggle-btn" for="partno">Part Number</label>
|
|
|
|
|
<input type="checkbox" id="description" checked></input><label class="toggle-btn" for="description">Description</label>
|
|
|
|
|
<input type="checkbox" id="notes" checked></input><label class="toggle-btn" for="notes">Notes</label>
|
|
|
|
|
<div class="filter-concontainertainer">
|
|
|
|
|
<div class="filter-container">
|
|
|
|
|
<p>Search in:</p>
|
|
|
|
|
<input type="checkbox" id="type" checked></input><label class="toggle-btn" for="type">Manufacturer</label>
|
|
|
|
|
<input type="checkbox" id="partno" checked></input><label class="toggle-btn" for="partno">Part Number</label>
|
|
|
|
|
<input type="checkbox" id="description" checked></input><label class="toggle-btn" for="description">Description</label>
|
|
|
|
|
<input type="checkbox" id="notes" checked></input><label class="toggle-btn" for="notes">Notes</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="res-header-small">Block</div>
|
|
|
|
|
<div class="res-header">Manufacturer</div>
|
|
|
|
@ -33,6 +35,7 @@
|
|
|
|
|
<div class="res-header-small">Docs</div>
|
|
|
|
|
<div class="results">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bottom-spacer"></div>
|
|
|
|
|
|
|
|
|
|
<div class="shadow" onclick="overlay_out()"></div>
|
|
|
|
|
<div class="overlay">
|
|
|
|
|