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 | 69 | {{ bulletin.content }} |
70 | 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 | 74 | <hr style="height:2px; background-color:#878787; margin-top: 5px;"> |
75 | 75 | <div class="row"> |
76 | 76 | <div class="col-md-4"> |
... | ... | @@ -86,7 +86,7 @@ |
86 | 86 | <tr> |
87 | 87 | <th style="text-align:center">Descrição</th> |
88 | 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 | 90 | <th style="text-align:center">Sua meta</th> |
91 | 91 | <th style="text-align:center">Seu resultado</th> |
92 | 92 | </tr> |
... | ... | @@ -137,7 +137,7 @@ |
137 | 137 | </div> |
138 | 138 | </div> |
139 | 139 | </div> |
140 | - <div style="padding-left: 80px;padding-right: 80px;"> | |
140 | + <div style="padding-left: 0px;padding-right: 0px;"> | |
141 | 141 | <div align="left" style="font-size:22px; color: #878787; padding-top: 25px; ">Indicadores relevantes para o seu desempenho</div> |
142 | 142 | <hr style="height:2px; background-color:#878787; margin-top: 5px;"> |
143 | 143 | <div class="row" style="padding-left: 15px;" > |
... | ... | @@ -189,7 +189,7 @@ |
189 | 189 | </div> |
190 | 190 | </div> |
191 | 191 | </div> |
192 | - <div style=" padding-left: 80px;padding-right: 80px;"> | |
192 | + <div style=" padding-left: 0px;padding-right: 0px;"> | |
193 | 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 | 194 | <hr style="height:2px; background-color:#878787; margin-top: 5px;"><br> |
195 | 195 | <div style="background-color:#fff; box-shadow: 1px 1px 10px #c0beaf; margin-top: -20px;"> | ... | ... |