mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 19:41:11 +00:00
Use icon button for shelve pulldown
This commit is contained in:
parent
5d5e97a0cc
commit
13b6a8bc19
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="hidden" name="book" value="{{ book.id }}"></input>
|
<input type="hidden" name="book" value="{{ book.id }}"></input>
|
||||||
<input type="hidden" name="shelf" value="{% shelve_button_identifier book %}"></input>
|
<input type="hidden" name="shelf" value="{% shelve_button_identifier book %}"></input>
|
||||||
<button type="submit" style="">{% shelve_button_text book %}</button></form><div class="pulldown-container"><button>⇓</button>
|
<button type="submit" style="">{% shelve_button_text book %}</button></form><div class="pulldown-container">
|
||||||
|
<button>
|
||||||
|
<span class="icon icon-arrow-down"><span class="hidden-text">More shelves</span></span>
|
||||||
|
</button>
|
||||||
<ul class="pulldown">
|
<ul class="pulldown">
|
||||||
<form name="shelve" action="/shelve/" method="post">
|
<form name="shelve" action="/shelve/" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
Loading…
Reference in a new issue