mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
update paddings
This commit is contained in:
parent
247003a366
commit
4dcdd177ee
3 changed files with 13 additions and 17 deletions
|
|
@ -27,11 +27,11 @@
|
|||
<select class="width-100 padding-x-0" name="locales[]" multiple="multiple">
|
||||
{% for locale in locales %}
|
||||
{% if locale in form.locales.attribute.value %}
|
||||
<option class="padding-x-8-px padding-y-8-px" value="{{ locale }}" selected="selected">
|
||||
<option class="padding-x-8-px padding-y-6-px" value="{{ locale }}" selected="selected">
|
||||
{{ locale|locale_name(locale)|u.title }}
|
||||
</option>
|
||||
{% else %}
|
||||
<option class="padding-x-8-px padding-y-8-px" value="{{ locale }}">
|
||||
<option class="padding-x-8-px padding-y-6-px" value="{{ locale }}">
|
||||
{{ locale|locale_name(locale)|u.title }}
|
||||
</option>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue