Tweaks css on compose popout
This commit is contained in:
parent
a88cf2b6dd
commit
1ebd6d5049
2 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
{% for shelf in shelves %}
|
||||
{% for book in shelf.books %}
|
||||
<div class="content-container compose-popout">
|
||||
<div class="compose-popout">
|
||||
<input name="book-popout" type="radio" id="book-{{ book.id }}-radio"></input>
|
||||
<div class="compose-suggestion" id="compose-book-{{ book.id }}">
|
||||
<label class="close icon icon-close" for="book-{{ book.id }}-radio-close" onclick="hide_element(this)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue