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

@@ -44,6 +44,7 @@ div.col {
</h2>
<TMPL_INCLUDE status.html>
<div class="panel">
<form method="post">
<input class="primary" type="hidden" name="action" value="save">
<button onclick="$(this).submit()">
@@ -121,8 +122,9 @@ div.col {
<TMPL_VAR loc.button_colors_reset>
</button>
</form>
</div>
<div class="panel">
<h3 style="clear: both">
<TMPL_VAR .loc.label_change_password>
</h3>
@@ -147,6 +149,7 @@ div.col {
<TMPL_VAR loc.button_change_password>
</button>
</form>
</div>
</body>
</html>