summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/sass/screenv10.scss2
-rw-r--r--design/templates/comments/posted.html4
-rw-r--r--design/templates/comments/preview.html6
3 files changed, 7 insertions, 5 deletions
diff --git a/design/sass/screenv10.scss b/design/sass/screenv10.scss
index 0eb1655..20baf77 100644
--- a/design/sass/screenv10.scss
+++ b/design/sass/screenv10.scss
@@ -1286,7 +1286,7 @@ pre{
.comment-form-wrapper input[type="submit"] {
display: block;
- width: 100px;
+ width: auto;
margin-left: 10px;
}
.comment-card-wrapper:after {
diff --git a/design/templates/comments/posted.html b/design/templates/comments/posted.html
index e5fed65..de9aa9e 100644
--- a/design/templates/comments/posted.html
+++ b/design/templates/comments/posted.html
@@ -27,12 +27,14 @@
{% endblock %}
{% block primary %}
<main>
- <article>
+ <article class="content">
<header class="post-header">
<h1 class="post-title">Thank you for your comment</h1>
</header>
+ <div class="post-article">
<p>Unless you've previously been approved a few times, your comment will be moderated. If we're on the road this can sometimes take a few days, so please be patient.</p>
<p><a href="{{comment.content_object.get_absolute_url}}">Return to the page you came from</a> Redirecting in <span id="countdown">5</span></p>
+ </div>
</article>
</main>
{% endblock %}
diff --git a/design/templates/comments/preview.html b/design/templates/comments/preview.html
index 164b724..9e27c81 100644
--- a/design/templates/comments/preview.html
+++ b/design/templates/comments/preview.html
@@ -7,14 +7,14 @@ class="detail"{%endblock%}
{% block primary %}
<main>
- <article>
+ <article class="content">
<header class="post-header">
<h1 class="post-title">{% trans "Preview your comment" %}</h1>
</header>
{% load comments %}
-<div class="comment--form--wrapper">
-<div class="comment--form--header">
+<div class="comment-form-wrapper">
+<div class="comment-form-header">
<form action="{% comment_form_target %}" method="post" class="comment--form" style="margin-left: 0;">{% csrf_token %}
{% if next %}<div><input type="hidden" name="next" value="{{ next }}" /></div>{% endif %}
{% if form.errors %}