More fixes

This commit is contained in:
Jan-Lukas Else 2020-12-13 11:28:11 +01:00
parent e8690c52e9
commit 54a1f699b3
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ input, textarea, button, .button {
font-size: 1rem;
}
input:not([type]), input[type=text], input[type=email], input[type=url], textarea {
form input, form textarea {
margin-bottom: 5px;
}

View File

@ -85,7 +85,7 @@ input, textarea, button, .button {
font-size: 1rem;
}
input:not([type]), input[type="text"], input[type="email"], input[type="url"], textarea {
form input, form textarea {
margin-bottom: 5px;
}

View File

@ -16,7 +16,7 @@
{{ end }}
</ul>
{{ end }}
<form method="post" action="/webmention">
<form class="fw-form" method="post" action="/webmention">
<label for="wm-source" class="p">{{ string .Blog.Lang "interactionslabel" }}</label>
<input id="wm-source" type="url" name="source" placeholder="URL">
<input type="hidden" name="target" value="{{ $postperma }}">