templates: use .panel for raised areas

This commit is contained in:
Milan
2021-03-13 16:07:28 +01:00
parent 8ded3e955d
commit ade59d421a
16 changed files with 55 additions and 49 deletions

View File

@@ -23,7 +23,6 @@ table#user_stats_table input{
</style>
<h2><TMPL_VAR loc.title></h2>
<hr>
<TMPL_INCLUDE status.html>
<button class="text"
@@ -36,6 +35,7 @@ table#user_stats_table input{
<input type="hidden" name="studio_id" value="<TMPL_VAR studio_id>">
</form>
<div class="panel">
<table id="user_stats_table">
<thead>
<tr>
@@ -66,5 +66,6 @@ table#user_stats_table input{
</TMPL_LOOP>
</tbody>
</table>
</div>
</body>
</html>