tweak mark button

This commit is contained in:
Your Name 2024-05-29 21:49:57 -04:00 committed by Henri Dickson
parent 2df03cbfe0
commit ac31934966
2 changed files with 5 additions and 3 deletions

View file

@ -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 {

View file

@ -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 %}