Browse Source

Arruma o tamanho do logo

pull/1536/head
Mariana Mendes 8 years ago
parent
commit
8f5596f2f1
  1. 6
      sapl/templates/painel/index.html

6
sapl/templates/painel/index.html

@ -29,8 +29,8 @@
}
.center {
margin: auto;
width: 20%;
height: 20%;
width: 15%;
}
</style>
@ -52,7 +52,7 @@
</table>
<div class="center">
<img src="" id="logo-painel" />
<img src="" id="logo-painel" alt="" width="100%"/>
</div>
<h2><font color="red"><p align="center"><span id="message"></span></p></font></h2>

Loading…
Cancel
Save