Commit 9817707a53994c5f06dc0a95ec1c6bbd6a1d5c9d
1 parent
c0c5e583
Exists in
master
and in
2 other branches
Adjusting padding and 'Class average' text in bulletin
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
bulletin/templates/bulletin/window_view.html
@@ -69,8 +69,8 @@ | @@ -69,8 +69,8 @@ | ||
69 | {{ bulletin.content }} | 69 | {{ bulletin.content }} |
70 | {% endautoescape %} | 70 | {% endautoescape %} |
71 | 71 | ||
72 | - <div style="padding-left: 80px;padding-right: 80px;"> | ||
73 | - <div align="left" style="font-size:22px; color: #878787; padding-top: 30px;">Confira as suas metas</div> | 72 | + <div style="padding-left: 0px;padding-right: 0px;"> |
73 | + <div align="left" style="font-size:22px; color: #878787; padding-top: 0px;">Confira as suas metas</div> | ||
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"> |
@@ -86,7 +86,7 @@ | @@ -86,7 +86,7 @@ | ||
86 | <tr> | 86 | <tr> |
87 | <th style="text-align:center">Descrição</th> | 87 | <th style="text-align:center">Descrição</th> |
88 | <th style="width:150px; text-align:center">Recomendação </br> do(a) professor(a)</th> | 88 | <th style="width:150px; text-align:center">Recomendação </br> do(a) professor(a)</th> |
89 | - <th style="text-align:center">Mádia da turma</th> | 89 | + <th style="text-align:center">Média da turma</th> |
90 | <th style="text-align:center">Sua meta</th> | 90 | <th style="text-align:center">Sua meta</th> |
91 | <th style="text-align:center">Seu resultado</th> | 91 | <th style="text-align:center">Seu resultado</th> |
92 | </tr> | 92 | </tr> |
@@ -137,7 +137,7 @@ | @@ -137,7 +137,7 @@ | ||
137 | </div> | 137 | </div> |
138 | </div> | 138 | </div> |
139 | </div> | 139 | </div> |
140 | - <div style="padding-left: 80px;padding-right: 80px;"> | 140 | + <div style="padding-left: 0px;padding-right: 0px;"> |
141 | <div align="left" style="font-size:22px; color: #878787; padding-top: 25px; ">Indicadores relevantes para o seu desempenho</div> | 141 | <div align="left" style="font-size:22px; color: #878787; padding-top: 25px; ">Indicadores relevantes para o seu desempenho</div> |
142 | <hr style="height:2px; background-color:#878787; margin-top: 5px;"> | 142 | <hr style="height:2px; background-color:#878787; margin-top: 5px;"> |
143 | <div class="row" style="padding-left: 15px;" > | 143 | <div class="row" style="padding-left: 15px;" > |
@@ -189,7 +189,7 @@ | @@ -189,7 +189,7 @@ | ||
189 | </div> | 189 | </div> |
190 | </div> | 190 | </div> |
191 | </div> | 191 | </div> |
192 | - <div style=" padding-left: 80px;padding-right: 80px;"> | 192 | + <div style=" padding-left: 0px;padding-right: 0px;"> |
193 | <div align="left" style="font-size:22px; color: #878787; padding-top: 15px;"><img src="{% static 'img/warning.png' %}" height="40" width="50" align= "bottom"/>{% trans 'There are obstructions to your activities?' %}</div> | 193 | <div align="left" style="font-size:22px; color: #878787; padding-top: 15px;"><img src="{% static 'img/warning.png' %}" height="40" width="50" align= "bottom"/>{% trans 'There are obstructions to your activities?' %}</div> |
194 | <hr style="height:2px; background-color:#878787; margin-top: 5px;"><br> | 194 | <hr style="height:2px; background-color:#878787; margin-top: 5px;"><br> |
195 | <div style="background-color:#fff; box-shadow: 1px 1px 10px #c0beaf; margin-top: -20px;"> | 195 | <div style="background-color:#fff; box-shadow: 1px 1px 10px #c0beaf; margin-top: -20px;"> |