Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristopher Castro committed Jun 5, 2024
1 parent b5d6845 commit 011078b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3682,16 +3682,12 @@ <h5 class="card-title">BIOMETRÍA FETAL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<smal
<div class="d-flex flex-row align-items-center" style="padding-left: 15rem;">

</div>
<div class="row p-2 rounded" style="padding-left: 15rem;background-color: #6c757d !important;">
<div class="col-8 mt-1">
<h6 class="text-white">Seleccione tipo de informe ecográfico</h6>
</div>
<div class="col-4">
<select id="eco.seg.trim.select.comentario" class="form-control">
<option value="1" selected>Informe relativo a crecimiento fetal</option>
<option value="2">Informe relativo a edad gestacional</option>
</select>
</div>
<div class="d-flex flex-row align-items-center" style="padding-left: 15rem;background-color: #6c757d !important;">
<h6 class="text-white mr-2">Seleccione tipo de informe ecográfico</h6>
<select id="eco.seg.trim.select.comentario" class="form-control w-25">
<option value="1" selected>Informe relativo a crecimiento fetal</option>
<option value="2">Informe relativo a edad gestacional</option>
</select>
</div>
</div>
</div>
Expand Down

0 comments on commit 011078b

Please sign in to comment.