Commit d0c61fce8b1f47c4a96978ebd6e495b2663ff12d

Authored by Felipe Henrique de Almeida Bormann
1 parent dc5b43f5

updated values on cloud list

Showing 1 changed file with 8 additions and 8 deletions   Show diff stats
amadeus/static/css/base/amadeus.css
... ... @@ -19,7 +19,7 @@ a:focus {
19 19 .users-cloud {
20 20  
21 21 width: 100%;
22   - height: 300px;
  22 + height: 100%;
23 23 overflow: hidden;
24 24 }
25 25 .users-cloud li {
... ... @@ -28,21 +28,21 @@ a:focus {
28 28 }
29 29  
30 30 .users-cloud li:nth-of-type(3n + 1) a {
31   - font-size: 2.25em;
  31 + font-size: 1.25em;
32 32 color: #2E8B57;
33 33 }
34 34 .users-cloud li:nth-of-type(4n+3) a {
35   - font-size: 3.5em;
  35 + font-size: 2.25em;
36 36 color: #6B8E23;
37 37 }
38 38  
39 39 .users-cloud li:nth-of-type(5n - 3) a {
40   - font-size: 3em;
  40 + font-size: 1.75em;
41 41 color: #66CDAA;
42 42 }
43 43  
44 44 .users-cloud li:nth-of-type(6n - 3) a {
45   - font-size: 1.7em;
  45 + font-size: 0.75em;
46 46 color: #654321;
47 47 }
48 48 .users-cloud a {
... ... @@ -54,9 +54,9 @@ a:focus {
54 54 }
55 55  
56 56 .div-users-cloud{
57   - height: 300px;
58   - margin-left: 10%;
59   - width: 80%;
  57 + height: 100%;
  58 + margin-left: -45px;
  59 + width: 100%;
60 60 }
61 61  
62 62 .my-subjects-title {
... ...