mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
implement pagination totals info
This commit is contained in:
parent
3b95561c08
commit
a4ce8e29d5
5 changed files with 38 additions and 20 deletions
|
|
@ -27,4 +27,5 @@
|
|||
{% endif %}
|
||||
{% if next %}<a href="{{ next }}">Next</a>{% endif %}
|
||||
{% if back %}<a href="{{ back }}">Back</a>{% endif %}
|
||||
<span>{{ pagination_totals }}</span>
|
||||
{% endblock content %}
|
||||
|
|
@ -107,12 +107,12 @@
|
|||
padding: 24px;
|
||||
}
|
||||
|
||||
/* description */
|
||||
/* item row description */
|
||||
main > div > p {
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
/* meta, controls */
|
||||
/* item row meta, controls */
|
||||
main > div > div {
|
||||
border-top: 1px #4f536a solid;
|
||||
margin-top: 16px;
|
||||
|
|
@ -148,6 +148,13 @@
|
|||
float: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* pagination info */
|
||||
main > span {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
padding: 8px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue