Small html/css fixes
This commit is contained in:
@ -12,11 +12,9 @@
|
||||
<div class="covers-shelf {{ shelf.identifier }} ">
|
||||
{% for book in shelf.books %}
|
||||
<div class="cover-container">
|
||||
<div>
|
||||
<label for="book-{{ book.id }}-radio">
|
||||
{% include 'snippets/book_cover.html' with book=book %}
|
||||
</label>
|
||||
</div>
|
||||
{% include 'snippets/shelve_button.html' with book=book %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
@ -42,9 +42,7 @@
|
||||
|
||||
{% if status.quote %}
|
||||
<div class="quote">
|
||||
<span class="icon icon-quote-open"></span>
|
||||
<blockquote>{{ status.quote }}</blockquote>
|
||||
<span class="icon icon-quote-close"></span>
|
||||
|
||||
<p> — {% include 'snippets/book_titleby.html' with book=status.book %}</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user