More style improvements for Novi

This commit is contained in:
Scott Idem
2024-12-24 11:28:26 -05:00
parent f89183685a
commit 91e6556933

View File

@@ -263,7 +263,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
<div class="legend inline-block"> <div class="legend inline-block">
Location?</div> Location?</div>
<!-- <div class="ae_row ae_flex_justify_around ae_width_md"> --> <!-- <div class="ae_row ae_flex_justify_around ae_width_md"> -->
<label class="inline-block flex flex-row gap-1 items-center justify-center"> <label class="flex flex-row gap-1 items-center justify-center">
Virtual Virtual
<input <input
name="qry_virtual" name="qry_virtual"
@@ -273,7 +273,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
class="checkbox" class="checkbox"
> >
</label> </label>
<label class="inline-block flex flex-row gap-1 items-center justify-center"> <label class="flex flex-row gap-1 items-center justify-center">
In-person In-person
<input <input
name="qry_physical" name="qry_physical"
@@ -291,7 +291,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
Type? Type?
</div> </div>
<!-- <div class="ae_row ae_flex_justify_around ae_width_100"> --> <!-- <div class="ae_row ae_flex_justify_around ae_width_100"> -->
<label>All <label class="flex flex-row gap-1 items-center justify-center">All
<input <input
name="qry_type" name="qry_type"
type="radio" type="radio"
@@ -302,7 +302,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
title="Show all meeting types" title="Show all meeting types"
> >
</label> </label>
<label>IDAA <label class="flex flex-row gap-1 items-center justify-center">IDAA
<input <input
name="qry_type" name="qry_type"
type="radio" type="radio"
@@ -313,7 +313,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
title="Open to IDAA members only" title="Open to IDAA members only"
> >
</label> </label>
<label>Caduceus <label class="flex flex-row gap-1 items-center justify-center">Caduceus
<input <input
name="qry_type" name="qry_type"
type="radio" type="radio"
@@ -324,7 +324,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
title="Open to all healthcare workers including those who do not qualify for IDAA" title="Open to all healthcare workers including those who do not qualify for IDAA"
> >
</label> </label>
<label>Family Recovery <label class="flex flex-row gap-1 items-center justify-center">Family Recovery
<input <input
name="qry_type" name="qry_type"
type="radio" type="radio"