mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-30 11:44:48 +00:00
Added a sticky footer (#407)
* Added a sticky footer. * Returned the semantics to django
This commit is contained in:
parent
788616d70c
commit
6b44a52933
2 changed files with 7 additions and 1 deletions
|
|
@ -26,3 +26,9 @@
|
|||
.item-name:hover .item-anchor {
|
||||
visibility: visible;
|
||||
}
|
||||
.sticky-footer {
|
||||
position: sticky;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
{% include "admin/constance/includes/results_list.html" %}
|
||||
{% endif %}
|
||||
|
||||
<p class="paginator">
|
||||
<p class="paginator sticky-footer">
|
||||
<input type="submit" name="_save" class="default" value="{% trans 'Save' %}"/>
|
||||
</p>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue