Skip to content

Commit

Permalink
update form legend name, remove horizontal line separating report typ…
Browse files Browse the repository at this point in the history
…e and report form
  • Loading branch information
patphongs committed Feb 11, 2020
1 parent 30fe3a7 commit ad8383c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fec/data/templates/macros/filters/ie-reports.jinja
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% macro type(id_suffix) %}
<fieldset class="filter toggles toggles--vertical js-filter" data-filter="toggle" data-remove-on-switch="true" id="is_notice-toggle{{id_suffix}}">
<fieldset class="toggles toggles--vertical js-filter" data-filter="toggle" data-remove-on-switch="true" id="is_notice-toggle{{id_suffix}}">
<legend class="label t-inline-block u-float-left">Report type</legend>
<div class="tooltip__container">
<button class="tooltip__trigger" type="button" aria-controls="data-type-tooltip"><span class="u-visually-hidden">Learn more</span></button>
Expand All @@ -24,7 +24,7 @@
{% macro form(id_suffix) %}
<div class="filter">
<fieldset class="filter js-filter" data-filter="checkbox">
<legend class="label">Regularly scheduled report form</legend>
<legend class="label">Report form</legend>
<ul>
<li>
<input id="filing-form-f3x{{id_suffix}}" name="filing_form" type="checkbox" value="F3X">
Expand Down

0 comments on commit ad8383c

Please sign in to comment.