Commit b76ec6c60d40027226baf3723dcbfa4ca803aa8b
1 parent
4902da4d
Exists in
master
and in
26 other branches
participa consulta with link list block
Showing
36 changed files
with
35 additions
and
8 deletions
Show diff stats
src/app/layout/boxes/box.html
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <div class="panel-heading" ng-show="block.title"> |
4 | 4 | <h3 class="panel-title">{{block.title}}</h3> |
5 | 5 | </div> |
6 | - <div class="panel-body"> | |
6 | + <div class="panel-body {{block.type | lowercase}}" > | |
7 | 7 | <noosfero-block [block]="block" [owner]="ctrl.owner"></noosfero-block> |
8 | 8 | </div> |
9 | 9 | </div> | ... | ... |
themes/participa-consulta/app/participa-consulta.scss
... | ... | @@ -6,6 +6,27 @@ html, body { |
6 | 6 | height:100%; |
7 | 7 | } |
8 | 8 | |
9 | +@font-face{ | |
10 | + font-family: 'Ubuntu'; | |
11 | + font-weight: 300; | |
12 | + font-style: normal; | |
13 | + src: url('../assets/fonts/participa-consulta/Ubuntu-R.ttf'); | |
14 | +} | |
15 | + | |
16 | +@font-face{ | |
17 | + font-family: 'Ubuntu Mediun'; | |
18 | + font-weight: 300; | |
19 | + font-style: normal; | |
20 | + src: url('../assets/fonts/participa-consulta/Ubuntu-M.ttf'); | |
21 | +} | |
22 | + | |
23 | +@font-face{ | |
24 | + font-family: 'Ubuntu'; | |
25 | + font-weight: 300; | |
26 | + font-style: italic; | |
27 | + src: url('../assets/fonts/participa-consulta/Ubuntu-RI.ttf'); | |
28 | +} | |
29 | + | |
9 | 30 | .box-default{ |
10 | 31 | border: none; |
11 | 32 | border-radius: 3px 3px 0 0; |
... | ... | @@ -19,27 +40,33 @@ html, body { |
19 | 40 | background-size: 30px 30px; |
20 | 41 | } |
21 | 42 | |
43 | +.skin-whbl .panel-default > .panel-heading, .skin-whbl .notifications-list .item-footer { | |
44 | + background: #DAE1C4; | |
45 | + color: #4F9CAC; | |
46 | +} | |
47 | + | |
48 | +.panel-body.linklistblock{ | |
49 | + padding: 0px; | |
50 | +} | |
51 | + | |
22 | 52 | .skin-whbl .membersblock > .panel-heading{ |
23 | 53 | @extend .box-default; |
24 | - background: #DAE1C4 url("../assets/images/participa-consulta/pessoas.png") no-repeat 15px center; | |
54 | + background: #DAE1C4 url("../assets/icons/participa-consulta/pessoas.png") no-repeat 15px center; | |
25 | 55 | color: #4F9CAC; |
26 | 56 | } |
27 | 57 | |
28 | 58 | .skin-whbl .statisticsblock > .panel-heading{ |
29 | 59 | @extend .box-default; |
30 | - background: #69677C url("../assets/images/participa-consulta/indicadores.png") no-repeat 15px center; | |
60 | + background: #69677C url("../assets/icons/participa-consulta/indicadores.png") no-repeat 15px center; | |
31 | 61 | color: #DAE1C4; |
32 | 62 | } |
33 | 63 | |
34 | 64 | .link-list-block{ |
35 | - width: 900px; //Apagar depois!!!! | |
36 | 65 | font-family: "Ubuntu"; |
37 | 66 | font-size: 12px; |
38 | 67 | background: #69677C; |
39 | 68 | border-radius: 0 0 3px 3px; |
40 | - margin-bottom: 30px; | |
41 | 69 | padding: 20px; |
42 | - margin: 0 0 30px 0; | |
43 | 70 | position: relative; |
44 | 71 | } |
45 | 72 | |
... | ... | @@ -51,13 +78,13 @@ html, body { |
51 | 78 | font-family: "Ubuntu Mediun"; |
52 | 79 | font-size: 16px; |
53 | 80 | margin: 0; |
54 | - padding: 0; | |
81 | + padding-right: 15px; | |
55 | 82 | font-weight: bold; |
56 | 83 | } |
57 | 84 | |
58 | 85 | .link-list-block div:first-child{ |
59 | 86 | padding: 15px 15px 15px 55px; |
60 | - background: #69677C url("../assets/images/participa-consulta/home.png") no-repeat 15px center; | |
87 | + background: #69677C url("../assets/icons/participa-consulta/home.png") no-repeat 15px center; | |
61 | 88 | color: #FFF; |
62 | 89 | background-size: 30px 30px; |
63 | 90 | } | ... | ... |
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-B.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-BI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-C.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-L.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-LI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-M.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-MI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-R.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-RI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-B.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-BI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-R.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-RI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/icons/participa-consulta/agenda-contagem.png
0 → 100644
921 Bytes
528 Bytes
themes/participa-consulta/assets/icons/participa-consulta/balao_claro.png
0 → 100644
517 Bytes
577 Bytes
themes/participa-consulta/assets/icons/participa-consulta/como-participar.png
0 → 100644
1.14 KB
777 Bytes
themes/participa-consulta/assets/icons/participa-consulta/icon-attend.png
0 → 100644
1.32 KB
themes/participa-consulta/assets/icons/participa-consulta/indicadores.png
0 → 100644
1004 Bytes
142 Bytes
1.06 KB
528 Bytes
themes/participa-consulta/assets/icons/participa-consulta/more_two.png
0 → 100644
488 Bytes
651 Bytes
1.27 KB
1.79 KB
512 Bytes
themes/participa-consulta/assets/icons/participa-consulta/visualizacao.png
0 → 100644
502 Bytes
themes/participa-consulta/assets/icons/participa-consulta/visualizacao_claro.png
0 → 100644
425 Bytes
themes/participa-consulta/assets/images/participa-consulta/home.png
777 Bytes
themes/participa-consulta/assets/images/participa-consulta/indicadores.png
1004 Bytes
themes/participa-consulta/assets/images/participa-consulta/pessoas.png
1.27 KB