Browse Source

Arruma o tamanho do logo

pull/1501/head
Mariana Mendes 8 years ago
parent
commit
736624cde6
  1. 6
      sapl/templates/painel/index.html

6
sapl/templates/painel/index.html

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

Loading…
Cancel
Save