Commit 74520c27aa93a24bb1862a688687e2a4b18fa74f

Authored by Felipe Henrique de Almeida Bormann
1 parent c011d81b

updating layout following guidelines

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
amadeus/static/css/base/amadeus.css
... ... @@ -35,7 +35,7 @@
35 35 color: white;
36 36 float:right;
37 37 font-size: 25px;
38   - margin-left: 2%;
  38 + margin-right: 10px;
39 39 }
40 40  
41 41 #create-category{
... ... @@ -51,6 +51,7 @@
51 51  
52 52 .category-panel-content{
53 53 padding:10px;
  54 + background: #F5F5F5;
54 55 }
55 56  
56 57 .core-subjects-options{
... ...