Commit b117fa2e085a241757befca1c3dd6f3577dba579

Authored by Felipe Henrique de Almeida Bormann
1 parent 485032db

moved css to the right place and centralized tag cloud

amadeus/static/css/base/amadeus.css
@@ -32,13 +32,7 @@ a:focus { @@ -32,13 +32,7 @@ a:focus {
32 color: #2E8B57; 32 color: #2E8B57;
33 } 33 }
34 34
35 -@media (max-width: 780px ){  
36 - .users-cloud .small a {  
37 -  
38 - display:none;  
39 - }  
40 35
41 -}  
42 .users-cloud .big a { 36 .users-cloud .big a {
43 font-size: 2.25em; 37 font-size: 2.25em;
44 color: #6B8E23; 38 color: #6B8E23;
@@ -63,7 +57,7 @@ a:focus { @@ -63,7 +57,7 @@ a:focus {
63 57
64 .div-users-cloud{ 58 .div-users-cloud{
65 height: 100%; 59 height: 100%;
66 - margin-left: -45px; 60 + margin-left: -10px;
67 width: 100%; 61 width: 100%;
68 } 62 }
69 63
amadeus/static/css/base/amadeus_responsive.css
@@ -36,6 +36,12 @@ @@ -36,6 +36,12 @@
36 font-size: 20px; 36 font-size: 20px;
37 margin-top: 8px; 37 margin-top: 8px;
38 } 38 }
  39 +
  40 + .users-cloud .small a {
  41 +
  42 + display:none;
  43 + }
  44 +
39 } 45 }
40 46
41 @media(min-width: 768px) { 47 @media(min-width: 768px) {