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
|
|
@ -1,4 +1,4 @@
|
|||
<form class="margin-t-16-px" name="search" method="get" action="{{ path('search_index') }}">
|
||||
<form class="margin-t-16-px margin-b-8-px" name="search" method="get" action="{{ path('search_index') }}">
|
||||
<input class="min-width-200-px" type="text" name="query" value="{{ query }}" placeholder="{{ 'Keyword, file, hash...' | trans }}" />
|
||||
<select name="type">
|
||||
{% if type == 'torrent' %}
|
||||
|
|
|
|||
|
|
@ -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