v0.10.11d - Small optimizations
This commit is contained in:
parent
27e3eed6f4
commit
a0566360e0
|
@ -20,7 +20,7 @@
|
|||
<button id="filterButton" type="button" class="btn btn-sde-blue mb-0">Filter</button>
|
||||
</div>
|
||||
|
||||
<div id="showHideCheckbox" class="mt-1 ">
|
||||
<div id="showHideCheckbox" class="mt-1">
|
||||
<input class="checkbox-inline" type="checkbox" name="checkbox" id="navn" value="navn">
|
||||
<label for="navn">Navn</label>
|
||||
<input class="checkbox-inline" type="checkbox" name="checkbox" id="efternavn" value="efternavn">
|
||||
|
@ -32,7 +32,7 @@
|
|||
<input class="checkbox-inline" type="checkbox" id="rolle" name="checkbox"value="rolle">
|
||||
<label for="rolle">Rolle</label>
|
||||
</div>
|
||||
<div id="showHideCheckboxs" style="margin-bottom: -38px">
|
||||
<div id="showHideCheckboxs" style="margin-bottom: -36px">
|
||||
</div>
|
||||
|
||||
<table class="tbl mt-2">
|
||||
|
|
Loading…
Reference in New Issue