Commit 6262719ba6c01ab296d54252c3e928dd0c331e7f

Authored by Gustavo
1 parent c7029956

Modifications in the bulletin view templates

bulletin/templates/bulletin/view.html
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 <hr style="height:2px; background-color:#878787; margin-top: 5px;"> 64 <hr style="height:2px; background-color:#878787; margin-top: 5px;">
65 <div class="row"> 65 <div class="row">
66 <div class="col-md-4"> 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 <div id="donut_chart" align="center"></div> 68 <div id="donut_chart" align="center"></div>
69 </div> 69 </div>
70 70
bulletin/templates/bulletin/window_view.html
@@ -74,7 +74,7 @@ @@ -74,7 +74,7 @@
74 <hr style="height:2px; background-color:#878787; margin-top: 5px;"> 74 <hr style="height:2px; background-color:#878787; margin-top: 5px;">
75 <div class="row"> 75 <div class="row">
76 <div class="col-md-4"> 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 <div id="donut_chart" align="center"></div> 78 <div id="donut_chart" align="center"></div>
79 </div> 79 </div>
80 80