Commit 41e041b72576672e3a4a452c3b14123e5b10b81a
1 parent
593cd44a
Exists in
master
and in
3 other branches
solved responsiveness on login page
Showing
2 changed files
with
5 additions
and
7 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
users/templates/users/login.html
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 | <h2 class="outside-title"><strong> {% trans 'Sign in with your account to continue' %} </strong></h2> |
40 | 40 | </div> |
41 | 41 | </div> |
42 | - <div class="row"> | |
42 | + | |
43 | 43 | <form id="form-login" method="post" action=""> |
44 | 44 | {% csrf_token %} |
45 | 45 | <div class="col-lg-10 col-md-10 col-sm-10 col-lg-offset-1 col-md-offset-1 col-sm-offset-1"> |
... | ... | @@ -54,8 +54,8 @@ |
54 | 54 | </div> |
55 | 55 | |
56 | 56 | </form> |
57 | - </div> | |
58 | - <li class="dropdown language-selector"> | |
57 | + | |
58 | + <li class="dropdown language-selector col-lg-10 col-md-10 col-sm-10 col-lg-offset-1 col-md-offset-1 col-sm-offset-1"> | |
59 | 59 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-close-others="true"> |
60 | 60 | <img src="{% static "img/brazilicon.png" %}" /> |
61 | 61 | </a> | ... | ... |