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
@@ -15,12 +15,10 @@ a:focus { | @@ -15,12 +15,10 @@ a:focus { | ||
15 | width: 100%; | 15 | width: 100%; |
16 | } | 16 | } |
17 | 17 | ||
18 | -.language-selector{ | ||
19 | - margin-left: 8%; | ||
20 | -} | 18 | + |
21 | 19 | ||
22 | .language-selector img{ | 20 | .language-selector img{ |
23 | - width: 3%; | 21 | + width: 4%; |
24 | } | 22 | } |
25 | 23 | ||
26 | .language-selector > ul img{ | 24 | .language-selector > ul img{ |
users/templates/users/login.html
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | <h2 class="outside-title"><strong> {% trans 'Sign in with your account to continue' %} </strong></h2> | 39 | <h2 class="outside-title"><strong> {% trans 'Sign in with your account to continue' %} </strong></h2> |
40 | </div> | 40 | </div> |
41 | </div> | 41 | </div> |
42 | - <div class="row"> | 42 | + |
43 | <form id="form-login" method="post" action=""> | 43 | <form id="form-login" method="post" action=""> |
44 | {% csrf_token %} | 44 | {% csrf_token %} |
45 | <div class="col-lg-10 col-md-10 col-sm-10 col-lg-offset-1 col-md-offset-1 col-sm-offset-1"> | 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,8 +54,8 @@ | ||
54 | </div> | 54 | </div> |
55 | 55 | ||
56 | </form> | 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 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-close-others="true"> | 59 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-close-others="true"> |
60 | <img src="{% static "img/brazilicon.png" %}" /> | 60 | <img src="{% static "img/brazilicon.png" %}" /> |
61 | </a> | 61 | </a> |