Tweak some styles on feedback template
This commit is contained in:
parent
157d4ccc9f
commit
566777fef0
|
@ -6,6 +6,9 @@
|
|||
<%def name="head_tags()">
|
||||
${parent.head_tags()}
|
||||
<style type="text/css">
|
||||
.form p {
|
||||
margin: 1em 0;
|
||||
}
|
||||
div.field-wrapper div.field input[type=text] {
|
||||
width: 25em;
|
||||
}
|
||||
|
@ -22,13 +25,13 @@
|
|||
${form.begin()}
|
||||
${form.hidden('user', value=request.user.uuid if request.user else None)}
|
||||
|
||||
<br />
|
||||
<p>
|
||||
Questions, suggestions, comments, complaints, etc. regarding this website
|
||||
are welcome and may be submitted below. Messages will be delivered to
|
||||
the local IT department, and possibly others.
|
||||
are welcome and may be submitted below.
|
||||
</p>
|
||||
<p>
|
||||
Messages will be delivered to the local IT department, and possibly others.
|
||||
</p>
|
||||
<br />
|
||||
|
||||
## % if error:
|
||||
## <div class="error">${error}</div>
|
||||
|
|
Loading…
Reference in a new issue