diff --git a/dlibrary/static/dlibrary.css b/dlibrary/static/dlibrary.css index 00c1846..52f3696 100644 --- a/dlibrary/static/dlibrary.css +++ b/dlibrary/static/dlibrary.css @@ -139,19 +139,19 @@ body { .work-info td, .work-info th { vertical-align: top; + padding-top: 5px; } -.work-info td { - padding-top: 5px; +.work-info tr.bubbles th { + padding-top: 14px; } .work-info th { text-align: right; padding-right: 10px; - padding-top: 10px; } -.work-info-link { +.bubbles a { background: #333; padding: 5px; border-radius: 5px; @@ -159,6 +159,10 @@ body { margin-bottom: 5px; } +.work-info table { + margin-bottom: 15px; +} + #suggested-subheader { text-align: center; } diff --git a/dlibrary/templates/work.html b/dlibrary/templates/work.html index e622c0b..e3aae67 100644 --- a/dlibrary/templates/work.html +++ b/dlibrary/templates/work.html @@ -12,29 +12,33 @@
{% if work['circle'] %} - + - + {% endif %} {% if work['authors'] %} - + - + {% endif %} {% if work['tags'] %} - + - + {% endif %} {% if work['series'] %} - + - + {% endif %} + + + +
Circle{{ work['circle'] }}{{ work['circle'] }}
Authors{% for author in work['authors'] %}{{ author }} {% endfor %}{% for author in work['authors'] %}{{ author }} {% endfor %}
Tags{% for tag in work['tags'] %}{{ tag }} {% endfor %}{% for tag in work['tags'] %}{{ tag }} {% endfor %}
Series{{ work['series'] }}{{ work['series'] }}
Pages{{ work['images'] | length }}
{% if work['description'] %} {{ work['description'] }}