mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Fix excitationFilter presentation
This commit is contained in:
parent
134dc0c6e4
commit
1d59151f3e
@ -421,13 +421,13 @@ draft: false
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset id="excitationFilter">
|
||||
<ul style="list-style-type: none;">
|
||||
<legend>Filters</legend>
|
||||
<ul class="nestedCbList" style="padding-left: 0em;">
|
||||
<li>
|
||||
<h1>excitations types</h1>
|
||||
<input type="checkbox" onchange="nestedCheckbox_change(event)" id="cb_exType_All"></input>
|
||||
<label for="cb_exType_All"> All</label>
|
||||
</li>
|
||||
<ul id="cb_exTypeList" style="list-style-type: none;">
|
||||
<ul id="cb_exTypeList" class="nestedCbList">
|
||||
</ul>
|
||||
<li id="li_cb_unsafe">
|
||||
<input type="checkbox" id="cb_unsafe" name="unsafe">
|
||||
|
@ -1,7 +1,10 @@
|
||||
form fieldset.table {
|
||||
display: table;
|
||||
}
|
||||
|
||||
ul.nestedCbList {
|
||||
list-style-type: none;
|
||||
padding-left: 1em;
|
||||
}
|
||||
form fieldset.table div {
|
||||
display: table-row;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user