summaryrefslogtreecommitdiff
path: root/haunt/static/css
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2022-11-19 10:44:34 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2022-11-19 12:27:24 -0500
commit5e65e1f8b1ca842001623974b9cb0e97d2771034 (patch)
treea9c5ee7e2f280ce9baf157f55eb41f3c2036c2b6 /haunt/static/css
parentb76baf7a09b958b3c447a5104ffdc164537f925e (diff)
[dynamic] Initial stateful implementation of the LaTeX captcha
Diffstat (limited to 'haunt/static/css')
-rw-r--r--haunt/static/css/style.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css
index 4f6def3..215a08c 100644
--- a/haunt/static/css/style.css
+++ b/haunt/static/css/style.css
@@ -249,18 +249,32 @@ ul#webmention-container .comment .comment-source-identifier {
/* Comment form. */
-#comment-form label {
+#comment-form #commenter-info label,
+#comment-form #comment-content label {
display: block;
width: 20em;
float: left;
clear: left;
}
-#comment-form input {
+#comment-form label, #comment-form input {
+ margin-top: 1em;
+}
+
+#comment-form #commenter-info input,
+#comment-form #comment-content input {
width: 20em;
float: left;
}
+#comment-form #comment-captcha input {
+ display: block;
+}
+
+#comment-form img {
+ max-width: 100%;
+}
+
/* Source code. */
pre {