Commit fabdadcbfbdf4426212b8d1f27b4bcea0997237c

Authored by Felipe Henrique de Almeida Bormann
1 parent e79dab46

modified css for category panel header and icons hover, as well as translation

amadeus/static/css/base/amadeus.css
... ... @@ -33,8 +33,18 @@
33 33  
34 34 .category-header i{
35 35 color: white;
  36 + margin-right: 10px;
  37 + font-size:16px;
  38 + float: right;
  39 +
  40 +
  41 +}
  42 +
  43 +.category-header i:hover{
  44 + color: #90CAF9;
36 45 }
37 46  
  47 +
38 48 .category-header .dropdown-menu i {
39 49 color: inherit;
40 50 }
... ... @@ -664,7 +674,7 @@ ul, li {
664 674 .category-course-link{
665 675 font-size: 16px;
666 676 color: #FFFFFF !important;
667   - font-family: Roboto;
  677 + font-family: Roboto Regular;
668 678 font-weight: normal;
669 679 }
670 680  
... ...
categories/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -32,7 +32,7 @@ msgstr "descrição"
32 32  
33 33 #: categories/models.py:12
34 34 msgid "visible"
35   -msgstr "Coordenadores"
  35 +msgstr "visivel"
36 36  
37 37 #: categories/models.py:13
38 38 msgid "coordinators"
... ... @@ -72,15 +72,15 @@ msgstr "Remover"
72 72  
73 73 #: categories/templates/categories/category_card.html:26
74 74 msgid "Are you sure you want to subscribe to this course?"
75   -msgstr ""
  75 +msgstr "Tem certeza que você deseja se inscrever neste curso?"
76 76  
77 77 #: categories/templates/categories/category_card.html:26
78 78 msgid "Subscribe"
79   -msgstr ""
  79 +msgstr "Inscrever-se"
80 80  
81 81 #: categories/templates/categories/create.html:53
82 82 msgid "Register"
83   -msgstr ""
  83 +msgstr "Registrar"
84 84  
85 85 #: categories/templates/categories/delete.html:10
86 86 msgid "Delete Category"
... ... @@ -96,7 +96,7 @@ msgstr "Todos os seus dados seråo perdido e não podem ser recuperados"
96 96  
97 97 #: categories/templates/categories/delete.html:23
98 98 msgid "Close"
99   -msgstr ""
  99 +msgstr "Cancelar"
100 100  
101 101 #: categories/templates/categories/delete.html:24
102 102 msgid "Delete"
... ... @@ -108,7 +108,7 @@ msgstr "categorias"
108 108  
109 109 #: categories/templates/categories/list.html:27
110 110 msgid "Create Category"
111   -msgstr ""
  111 +msgstr "Criar Categoria"
112 112  
113 113 #: categories/templates/categories/list.html:33
114 114 msgid "My subjects"
... ...