Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Improving the display of the disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Manger committed Sep 28, 2015
1 parent f8a8130 commit 5edc83f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions templates/macros/disclaimer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% macro disclaimer(type, id, cycle) %}
<p class="text--note usa-width-three-fourths">Note: These totals are summed based on free text input as reported by this committee. Variations in spelling or abbreviation will produce multiple totals for the same category. For the most complete information,
<a href="{{ url_for(type, committee_id=id, cycle=cycle) }}">click here to view the list of itemized transactions. &raquo;</a></p>
<div class="datatable__note">
<p class="t-note">Note: These totals are summed based on free text input as reported by this committee. Variations in spelling or abbreviation will produce multiple totals for the same category. For the most complete information,
<a href="{{ url_for(type, committee_id=id, cycle=cycle) }}">click here to view the list of itemized transactions. &raquo;</a></p>
</div>
{% endmacro %}
4 changes: 3 additions & 1 deletion templates/partials/candidate/other-spending-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ <h3 class="results-info__title">Independent expenditures</h3>
</tr>
</thead>
</table>
<p class="text--note usa-width-three-fourths">Note: These totals are drawn from quarterly, monthly and semi-annual reports. 24-hour and 48-hour independent expenditures reports are not included.</p>
<div class="datatable__note">
<p class="t-note">Note: These totals are drawn from quarterly, monthly and semi-annual reports. 24-hour and 48-hour independent expenditures reports are not included.</p>
</div>
</div>
</div>
</section>
3 changes: 3 additions & 0 deletions templates/partials/elections/other-spending-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ <h3 class="results-info__title"><span class="term" data-term="independent expend
<th scope="col">Candidate</th>
</thead>
</table>
<div class="datatable__note">
<p class="t-note">Note: These totals are drawn from quarterly, monthly and semi-annual reports. 24-hour and 48-hour independent expenditures reports are not included.</p>
</div>
</div>

<div class="content__section--extra">
Expand Down

0 comments on commit 5edc83f

Please sign in to comment.