Tweak some styles on feedback template

This commit is contained in:
Lance Edgar 2016-05-02 13:18:03 -05:00
parent 157d4ccc9f
commit 566777fef0

View file

@ -6,6 +6,9 @@
<%def name="head_tags()"> <%def name="head_tags()">
${parent.head_tags()} ${parent.head_tags()}
<style type="text/css"> <style type="text/css">
.form p {
margin: 1em 0;
}
div.field-wrapper div.field input[type=text] { div.field-wrapper div.field input[type=text] {
width: 25em; width: 25em;
} }
@ -22,13 +25,13 @@
${form.begin()} ${form.begin()}
${form.hidden('user', value=request.user.uuid if request.user else None)} ${form.hidden('user', value=request.user.uuid if request.user else None)}
<br />
<p> <p>
Questions, suggestions, comments, complaints, etc. regarding this website Questions, suggestions, comments, complaints, etc. regarding this website
are welcome and may be submitted below.&nbsp; Messages will be delivered to are welcome and may be submitted below.
the local IT department, and possibly others. </p>
<p>
Messages will be delivered to the local IT department, and possibly others.
</p> </p>
<br />
## % if error: ## % if error:
## <div class="error">${error}</div> ## <div class="error">${error}</div>