Skip to content

Commit

Permalink
Set margin to alerts and fix staff footer
Browse files Browse the repository at this point in the history
  • Loading branch information
abkruse committed Dec 30, 2016
1 parent 480686a commit 113fbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion staff/templates/staff/staff_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</div>

<!-- Footer -->
<div id="footer">
<div id="footer" style="bottom:0; right:0; left:0; position:fixed;">
{% block footer %}
&copy;2008-2016 <a href="http://nadineproject.org" target="_new">The Nadine Project</a>
by <a href="http://officenomads.com">Office Nomads</a>
Expand Down
2 changes: 1 addition & 1 deletion staff/templates/staff/todo.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>Assigned Alerts</h2>
{% endwith %}
</div>

<p style="float:right;">
<p style="margin-left: 85%; margin-top: 3%;">
{% if showall %}
[ <a href="?">Trim Alert Lists</a> ]
{% else %}
Expand Down

0 comments on commit 113fbe4

Please sign in to comment.