Modify guestbook failure message text and style
This commit is contained in:
parent
2b7b2f9c8c
commit
c1eaf61147
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
.comment-form,
|
.comment-form,
|
||||||
.input-horizontal-wrapper {
|
.input-horizontal-wrapper {
|
||||||
gap: 0.7em;
|
gap: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-horizontal-wrapper {
|
.input-horizontal-wrapper {
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-banner.warning a {
|
.inline-banner.warning a {
|
||||||
color: var(--clr-body-txt);
|
color: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-footer,
|
.form-footer,
|
||||||
|
|
|
@ -207,7 +207,7 @@ registerNamespace("GW.Controls", function (ns)
|
||||||
<span>
|
<span>
|
||||||
That didn't work.
|
That didn't work.
|
||||||
${this.fallbackEmail
|
${this.fallbackEmail
|
||||||
? `<a class="full" href="mailto:${this.fallbackEmail}?subject=Comment on ${document.title}&body=${contentAry.join("; ")}">Click here to send as an email instead</a>.`
|
? `<a class="full" href="mailto:${this.fallbackEmail}?subject=Comment on ${document.title}&body=${contentAry.join("; ")}">Send your comment as an email instead</a>.`
|
||||||
: ""
|
: ""
|
||||||
}
|
}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue