Update styles

This commit is contained in:
2022-10-11 14:21:06 +02:00
parent 2ed58774b7
commit 14df7e8a70
49 changed files with 900 additions and 662 deletions

View File

@@ -1,6 +1,6 @@
{{define "form"}}
{{.PreFormHTML}}
<form class="highlight_shaded" method="POST">
<form class="highlight_border" method="POST">
{{if eq .Submitted true}}
{{if eq .SubmitSuccess true}}
<div id="submit_result" class="highlight_green">
@@ -91,11 +91,14 @@
<header>
<h1>{{.Form.Title}}</h1>
</header>
<br/>
<section>
{{template "form" .Form}}
<div id="page_content" class="page_content">
<br/>
</section>
<section>
{{template "form" .Form}}
<br/>
</section>
</div>
{{template "page_bottom" .}}
</div>