Added mask icons fixes #223

This commit is contained in:
Luis Aleixo 2021-12-03 11:30:46 +01:00
parent 5c7fd32b14
commit a5b28998ec
4 changed files with 8 additions and 2 deletions

View file

@ -266,11 +266,13 @@
<label for="mask_off">No</label><br>
<div id="DIVmasks_used" style="display:none">
Type of masks used:
<div class='sub_title'>Type of masks used:</div>
<input type="radio" id="mask_type_1" name="mask_type" value="Type I" checked="checked" onclick="require_fields(this)">
<label for="mask_type_1">Type 1</label>
<img class="mask_icons" src="/static/images/masks/t1.png">
<input class="ml-2" type="radio" id="mask_type_ffp2" name="mask_type" value="FFP2" onclick="require_fields(this)">
<label for="mask_type_ffp2">FFP2</label><br>
<label for="mask_type_ffp2">FFP2</label>
<img class="mask_icons" src="/static/images/masks/ffp2.png">
</div>
<hr width="80%">

View file

@ -170,6 +170,10 @@ body {
display: block;
}
.mask_icons {
height: 4em;
}
/*===== FIXED BACKGROUND IMG =====*/
.fixed-background {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB