Commit 6262719ba6c01ab296d54252c3e928dd0c331e7f
1 parent
c7029956
Exists in
master
and in
2 other branches
Modifications in the bulletin view templates
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
bulletin/templates/bulletin/view.html
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | <hr style="height:2px; background-color:#878787; margin-top: 5px;"> |
65 | 65 | <div class="row"> |
66 | 66 | <div class="col-md-4"> |
67 | - <div style="font-size:16px; color: #000; padding-botom: 10px;"><b>Metas Atingidas</b></div> | |
67 | + <div align="center" style="font-size:16px; color: #000; padding-botom: 10px;"><b>Metas Atingidas</b></div> | |
68 | 68 | <div id="donut_chart" align="center"></div> |
69 | 69 | </div> |
70 | 70 | ... | ... |
bulletin/templates/bulletin/window_view.html
... | ... | @@ -74,7 +74,7 @@ |
74 | 74 | <hr style="height:2px; background-color:#878787; margin-top: 5px;"> |
75 | 75 | <div class="row"> |
76 | 76 | <div class="col-md-4"> |
77 | - <div style="font-size:16px; color: #000; padding-botom: 10px;"><b>Metas Atingidas</b></div> | |
77 | + <div align="center" style="font-size:16px; color: #000; padding-botom: 10px;"><b>Metas Atingidas</b></div> | |
78 | 78 | <div id="donut_chart" align="center"></div> |
79 | 79 | </div> |
80 | 80 | ... | ... |