mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#4396 language dropdown design problem
This commit is contained in:
parent
946647bf9a
commit
a2c17028fc
@ -1,9 +1,9 @@
|
||||
{% if config_get('streams::locales.enabled')|length > 1 %}
|
||||
<div class="btn-group px-1" style="display: inline-block;">
|
||||
<div class="btn-group" style="display: inline-block;">
|
||||
{% if setting_value('visiosoft.module.advs::show_input_flag') %}
|
||||
{{ img('visiosoft.module.advs::images/flags/' ~ field_type.locale ~ '.svg').width(20)|raw }}
|
||||
{% endif %}
|
||||
<a href="#" class="btn btn-xs btn-default dropdown-toggle px-0" data-dropdown="locales" data-toggle="dropdown">
|
||||
<a href="#" class="btn btn-xs btn-default dropdown-toggle px-1 mx-0" data-dropdown="locales" data-toggle="dropdown">
|
||||
{{ trans('streams::locale.' ~ field_type.locale ~ '.name') }}
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user