diff --git a/stylesheets/style.css b/stylesheets/style.css index aa5d121e..894fa3e4 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -320,11 +320,13 @@ div.pages { border-bottom: 1px solid #B7C5D9; } div.pages.top { - display: inline-block; - padding: 4px 8px; - margin-top: 40px; - float: left; - position: absolute; + display: block; + padding: 5px 8px; + margin-bottom: 5px; + position: fixed; + top: 0; + right: 0; + opacity: 0.9; } div.pages a.selected { color: black; diff --git a/templates/index.html b/templates/index.html index b8c5d1ae..0458ed5a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,15 +8,6 @@ {{ boardlist.top }} - {% if config.page_nav_top %} -
- {% for page in pages %} - [{{ page.num }}]{% if loop.last %} {% endif %} - {% endfor %} - {{ btn.next }} -
- {% endif %} - {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} {% if config.url_banner %}{% endif %} @@ -36,6 +27,15 @@ {% include 'post_form.html' %} + {% if config.page_nav_top %} +
+ {% for page in pages %} + [{{ page.num }}]{% if loop.last %} {% endif %} + {% endfor %} + {{ btn.next }} +
+ {% endif %} + {% if config.global_message %}
{{ config.global_message }}
{% endif %}