More style improvements for Novi
This commit is contained in:
@@ -263,7 +263,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
||||
<div class="legend inline-block">
|
||||
Location?</div>
|
||||
<!-- <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
|
||||
<input
|
||||
name="qry_virtual"
|
||||
@@ -273,7 +273,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
||||
class="checkbox"
|
||||
>
|
||||
</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
|
||||
<input
|
||||
name="qry_physical"
|
||||
@@ -291,7 +291,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
||||
Type?
|
||||
</div>
|
||||
<!-- <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
|
||||
name="qry_type"
|
||||
type="radio"
|
||||
@@ -302,7 +302,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
||||
title="Show all meeting types"
|
||||
>
|
||||
</label>
|
||||
<label>IDAA
|
||||
<label class="flex flex-row gap-1 items-center justify-center">IDAA
|
||||
<input
|
||||
name="qry_type"
|
||||
type="radio"
|
||||
@@ -313,7 +313,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
|
||||
title="Open to IDAA members only"
|
||||
>
|
||||
</label>
|
||||
<label>Caduceus
|
||||
<label class="flex flex-row gap-1 items-center justify-center">Caduceus
|
||||
<input
|
||||
name="qry_type"
|
||||
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"
|
||||
>
|
||||
</label>
|
||||
<label>Family Recovery
|
||||
<label class="flex flex-row gap-1 items-center justify-center">Family Recovery
|
||||
<input
|
||||
name="qry_type"
|
||||
type="radio"
|
||||
|
||||
Reference in New Issue
Block a user