mirror of https://github.com/searxng/searxng.git
Preferences in the right order in RTL
This commit is contained in:
parent
9520542fa5
commit
a4ae775e0f
|
@ -37,7 +37,7 @@
|
|||
{%- endmacro %}
|
||||
|
||||
{% macro preferences_item_header(info, label) -%}
|
||||
{% if not rtl %}
|
||||
{% if rtl %}
|
||||
<div class="row form-group">
|
||||
<label class="col-sm-3 col-md-2">{{ label }}</label>
|
||||
<div class="col-sm-4 col-md-4">
|
||||
|
@ -49,7 +49,7 @@
|
|||
{%- endmacro %}
|
||||
|
||||
{% macro preferences_item_footer(info, label) -%}
|
||||
{% if not rtl %}
|
||||
{% if rtl %}
|
||||
</div>
|
||||
<span class="col-sm-5 col-md-6 help-block">{{ info }}</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue