Commit dc7b508b98a60fb135485e00e940f6d0bacca664

Authored by Gustavo
1 parent c1db7617

Elements aligned

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
users/templates/users/login.html
... ... @@ -79,7 +79,7 @@
79 79 <div class="col-sm-offset-1 col-md-10 col-lg-10 col-sm-10 col-xs-12">
80 80 <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-right forgotPassword">
81 81 <a class="pull-right" href="{% url 'users:forgot_pass' %}">{% trans 'Forgot your password?' %}</a>
82   - <li class="dropdown language-selector pull-right ">
  82 + <li class="dropdown language-selector pull-right " style="margin-top:1px;">
83 83 {% get_current_language as LANGUAGE_CODE %}
84 84 <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-close-others="true">
85 85  
... ... @@ -113,7 +113,7 @@
113 113 <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center forgotPassword">
114 114 <a href="{% url 'users:forgot_pass' %}">{% trans 'Forgot your password?' %}</a>
115 115  
116   - <li class="dropdown language-selector pull-right ">
  116 + <li class="dropdown language-selector pull-right " style="margin-top:1px;">
117 117 {% get_current_language as LANGUAGE_CODE %}
118 118 <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-close-others="true">
119 119  
... ...