Skip to content
Snippets Groups Projects
Commit dd33bc51 authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Fix form layout in loginuserpass when ldapmulti.

parent 5b95b4bb
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,9 @@
<div class="pure-control-group">
<label for="organization">{{ 'Organization'|trans }}</label>
<div class="pure-select pure-input-1-2 pure-input-sm-1-1">
<select name="organization" class="pure-select pure-input-1-2 pure-input-sm-1-1 selectize" id="orgnz"tabindex="3">
<select name="organization" class="selectize" id="organization" tabindex="3">
{{ selectedOrg ?: null }}
{% for id, orgDesc in organizations %}
{% if id == selectedOrg %}
......@@ -96,7 +97,7 @@
{% endif %}
{% endfor %}
</select>
</div>
</div> <!--pure-control-group-->
{% endif %}
</div> <!-- form-align-->
......
......@@ -106,14 +106,13 @@ FORMS
transform: translate(8px, 0);
}
.pure-select{
position: inherit;
float: right;
}
div .item{
float: left;
}
.selectize-dropdown .single .selectize{
z-index: 5;
.selectize-dropdown{
text-align: left;
}
/* ***********************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment