forked from GithubBackups/vichan
catalog.html: add css classes for controls styling
This commit is contained in:
parent
d6677bb90c
commit
bd3d06e960
@ -19,20 +19,24 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<span>{% trans 'Sort by' %}: </span>
|
<span>
|
||||||
<select id="sort_by" style="display: inline-block">
|
<span>{% trans 'Sort by' %}: </span>
|
||||||
<option selected value="bump:desc">{% trans 'Bump order' %}</option>
|
<select id="sort_by" style="display: inline-block">
|
||||||
<option value="time:desc">{% trans 'Creation date' %}</option>
|
<option selected value="bump:desc">{% trans 'Bump order' %}</option>
|
||||||
<option value="reply:desc">{% trans 'Reply count' %}</option>
|
<option value="time:desc">{% trans 'Creation date' %}</option>
|
||||||
<option value="random:desc">{% trans 'Random' %}</option>
|
<option value="reply:desc">{% trans 'Reply count' %}</option>
|
||||||
</select>
|
<option value="random:desc">{% trans 'Random' %}</option>
|
||||||
|
</select>
|
||||||
|
</span>
|
||||||
|
|
||||||
<span>{% trans 'Image size' %}: </span>
|
<span>
|
||||||
<select id="image_size" style="display: inline-block">
|
<span>{% trans 'Image size' %}: </span>
|
||||||
<option value="vsmall">{% trans 'Very small' %}</option>
|
<select id="image_size" style="display: inline-block">
|
||||||
<option selected value="small">{% trans 'Small' %}</option>
|
<option value="vsmall">{% trans 'Very small' %}</option>
|
||||||
<option value="large">{% trans 'Large' %}</option>
|
<option selected value="small">{% trans 'Small' %}</option>
|
||||||
</select>
|
<option value="large">{% trans 'Large' %}</option>
|
||||||
|
</select>
|
||||||
|
</span>
|
||||||
<div class="threads">
|
<div class="threads">
|
||||||
<div id="Grid">
|
<div id="Grid">
|
||||||
{% for post in recent_posts %}
|
{% for post in recent_posts %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user