tweak mark button
This commit is contained in:
parent
2df03cbfe0
commit
ac31934966
2 changed files with 5 additions and 3 deletions
|
@ -112,8 +112,10 @@
|
|||
}
|
||||
|
||||
.item-action button {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-left: 0.2em;
|
||||
margin-right: 0.2em;
|
||||
max-width: 31%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mark {
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
</select>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>{% trans 'hide these categories in search results' %}</legend>
|
||||
<label>{% trans 'hide these categories in search results' %}</label>
|
||||
<select name="hidden_categories" size="3" multiple>
|
||||
{% all_categories as categories %}
|
||||
{% for c in categories %}
|
||||
|
|
Loading…
Add table
Reference in a new issue