Customize the checkbox labels (#293)
Co-authored-by: rlauuzo <46294892+rlauuzo@users.noreply.github.com>
This commit is contained in:
parent
b6231417da
commit
cd857b1db2
@ -21,6 +21,10 @@
|
|||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
outline: 2px solid rgba(155, 155, 155, 0.5);
|
outline: 2px solid rgba(155, 155, 155, 0.5);
|
||||||
}
|
}
|
||||||
|
h3.checkboxListLabel {
|
||||||
|
font-size: 1em;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="content-primary">
|
<div class="content-primary">
|
||||||
<form id="FingerprintConfigForm">
|
<form id="FingerprintConfigForm">
|
||||||
@ -85,7 +89,7 @@
|
|||||||
|
|
||||||
<div class="folderAccessListContainer">
|
<div class="folderAccessListContainer">
|
||||||
<div class="folderAccess">
|
<div class="folderAccess">
|
||||||
<h4 class="checkboxListLabel">Limit analysis to the following libraries</h4>
|
<h3 class="checkboxListLabel">Limit analysis to the following libraries</h3>
|
||||||
<div class="checkboxList paperList" style="padding: 0.5em 1em;" id="libraryCheckboxes">
|
<div class="checkboxList paperList" style="padding: 0.5em 1em;" id="libraryCheckboxes">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user