Commit 41e041b72576672e3a4a452c3b14123e5b10b81a

Authored by Felipe Henrique de Almeida Bormann
1 parent 593cd44a

solved responsiveness on login page

amadeus/static/css/base/amadeus.css
... ... @@ -15,12 +15,10 @@ a:focus {
15 15 width: 100%;
16 16 }
17 17  
18   -.language-selector{
19   - margin-left: 8%;
20   -}
  18 +
21 19  
22 20 .language-selector img{
23   - width: 3%;
  21 + width: 4%;
24 22 }
25 23  
26 24 .language-selector > ul img{
... ...
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>
... ...