diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 6df5123..58226d2 100755 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -281,4 +281,8 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus { color: #a760e0; .btn.active span.glyphicon-unchecked { display: none; } - +.center { + float: none; + margin: 0 auto; + text-align: center; +} diff --git a/nyaa/templates/layout.html b/nyaa/templates/layout.html index 85a30e8..6ee0358 100755 --- a/nyaa/templates/layout.html +++ b/nyaa/templates/layout.html @@ -4,7 +4,7 @@ {% block title %}{{ config.SITE_NAME }}{% endblock %} - + @@ -48,229 +48,232 @@ diff --git a/nyaa/templates/search_results.html b/nyaa/templates/search_results.html index 306ec60..26d45d4 100644 --- a/nyaa/templates/search_results.html +++ b/nyaa/templates/search_results.html @@ -56,7 +56,7 @@ {% else %} {% endif %} - + {{ category_name(cat_id) }} {% if use_elastic %} @@ -99,7 +99,7 @@

No results found

{% endif %} -
+
{% if use_elastic %} {{ pagination.info }} {{ pagination.links }} @@ -107,4 +107,4 @@ {% from "bootstrap/pagination.html" import render_pagination %} {{ render_pagination(torrent_query) }} {% endif %} -
+