Commit ceb0a80746e41a1b4c2582ded44ed42c729b9ef9

Authored by Felipe Henrique de Almeida Bormann
1 parent 651defff

improved design of language selector

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
amadeus/static/css/base/amadeus.css
... ... @@ -30,11 +30,12 @@ a:focus {
30 30 }
31 31  
32 32 .language-selector-on-header img{
33   - margin-top: 10%;
34   - width: 50%;
  33 + margin-top: 15%;
  34 + width: 40%;
35 35 }
36 36 .language-selector-on-header > ul img{
37 37 width: 30%;
  38 + margin-top: 0%;
38 39 }
39 40  
40 41 .navbar-header{
... ...