Browse Source

Arruma o tamanho do logo

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

8
sapl/templates/painel/index.html

@ -29,14 +29,14 @@
} }
.center { .center {
margin: auto; margin: auto;
width: 20%; width: 15%;
height: 20%;
} }
</style> </style>
</head> </head>
<body> <body>
<audio type="hidden" id="audio" src="{% static 'audio/ring.mp3' %}"> </audio> <audio type="hidden" id="audio" src="{% static 'audio/ring.mp3' %}"></audio>
<h1 id="title"></h1> <h1 id="title"></h1>
<input id="json_url" type="hidden" value="{% url 'sapl.painel:dados_painel' sessao_id %}"> <input id="json_url" type="hidden" value="{% url 'sapl.painel:dados_painel' sessao_id %}">
@ -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