diff --git a/shelfzilla/themes/bootflat/static/less/fixes.less b/shelfzilla/themes/bootflat/static/less/fixes.less index c53af77..0eeb5d9 100644 --- a/shelfzilla/themes/bootflat/static/less/fixes.less +++ b/shelfzilla/themes/bootflat/static/less/fixes.less @@ -101,3 +101,18 @@ .no-margin-top { margin-top: 0; } + +.series-list { + .series-item { + min-height: 150px; + + .content { + padding-left: 130px; + + .name { + font-weight: bold; + font-size: 1.2em; + } + } + } +} diff --git a/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html b/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html index 2e88241..ca7c1a2 100644 --- a/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html +++ b/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html @@ -43,16 +43,14 @@
{% for series in item.series %} -
-
- {% if series.for_review and user.is_staff %} - {% trans "Requires review" %} - {% endif %} -

{{ series.name }}

- + - {% if forloop.counter|divisibleby:4 %} + {% if forloop.counter|divisibleby:3 %}
{% endif %}