Commit 4d345349d29a405a206a547b91b870057edff253
1 parent
54b46e58
Exists in
spb-release/3.0
and in
2 other branches
Changing logo sgpr by appending colab to class
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
colab/static/css/footer.css
... | ... | @@ -59,13 +59,13 @@ |
59 | 59 | display: none; |
60 | 60 | } |
61 | 61 | |
62 | -.footer-gov .logo-sgpr img, .logo-acesso img{ | |
62 | +.footer-gov .colab-logo-sgpr img, .logo-acesso img{ | |
63 | 63 | padding-top: 10px; |
64 | 64 | padding-right: 15%; |
65 | 65 | padding-bottom: 10px; |
66 | 66 | } |
67 | 67 | |
68 | -.logo-sgpr img, .spb-definitions { | |
68 | +.colab-logo-sgpr img, .spb-definitions { | |
69 | 69 | display: none; |
70 | 70 | } |
71 | 71 | ... | ... |
colab/templates/footer.html
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | </div> |
65 | 65 | <div class="col-md-5 institucionais"> |
66 | 66 | <a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><img class="img-responsive" src="{% static 'img/brasil.png' %}" ><span>Brasil - Governo Federal</span></a> |
67 | - <a class="logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><img class="img-responsive" src="{% static 'img/sgpr.png' %}" ><span>Secretaria-geral da Presidência da República</span></a> | |
67 | + <a class="colab-logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><img class="img-responsive" src="{% static 'img/sgpr.png' %}" ><span>Secretaria-geral da Presidência da República</span></a> | |
68 | 68 | </div> |
69 | 69 | </div> |
70 | 70 | </div><!-- end footer-gov --> | ... | ... |