customize bootstrap for smaller font, and fix layout css glitches
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<input type="checkbox" id="stamps"
|
||||
name="stamps"[% ' checked="checked"' IF params.stamps %]/>
|
||||
</label>
|
||||
<label for="stamps">
|
||||
<label class="nd_checkboxlabel" for="stamps">
|
||||
<span class="nd_searchcheckbox uneditable-input">Time Stamps</span>
|
||||
</label>
|
||||
</div>
|
||||
@@ -15,7 +15,7 @@
|
||||
<input type="checkbox" id="vendor"
|
||||
name="vendor"[% ' checked="checked"' IF params.vendor %]/>
|
||||
</label>
|
||||
<label for="vendor">
|
||||
<label class="nd_checkboxlabel" for="vendor">
|
||||
<span class="nd_searchcheckbox uneditable-input">Vendor</span>
|
||||
</label>
|
||||
</div>
|
||||
@@ -24,7 +24,7 @@
|
||||
<input type="checkbox" id="archived"
|
||||
name="archived"[% ' checked="checked"' IF params.archived %]/>
|
||||
</label>
|
||||
<label for="archived">
|
||||
<label class="nd_checkboxlabel" for="archived">
|
||||
<span class="nd_searchcheckbox uneditable-input">
|
||||
Archived Data <span class="nd_legendlabel label label-warning">A</span></span>
|
||||
</label>
|
||||
@@ -35,7 +35,7 @@
|
||||
<input type="checkbox" id="partial"
|
||||
name="partial"[% ' checked="checked"' IF params.partial %]/>
|
||||
</label>
|
||||
<label for="partial">
|
||||
<label class="nd_checkboxlabel" for="partial">
|
||||
<span class="nd_searchcheckbox uneditable-input">Partial Name</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user