Improve style of comment & login forms

This commit is contained in:
David Hoppenbrouwers
2022-10-19 18:57:50 +02:00
parent eafa141a2f
commit 736ef17f8e
2 changed files with 13 additions and 13 deletions

View File

@@ -55,17 +55,21 @@ th, td {
}
textarea {
width: 50em;
width: min(100%, 500px);
height: 15em;
font-size: 1em;
}
input[type=text] {
width: 50em;
input[type=text], input[type=password] {
width: min(100%, 20em);
font-family: monospace;
font-size: 1em;
}
td > input[type=text], td > input[type=password] {
width: min(100%, 500px);
}
.logo {
margin: 0;
padding: 5px;
@@ -74,9 +78,13 @@ input[type=text] {
font-weight: bold;
}
form.form {
width: 90%;
}
table.form {
border-collapse: unset;
width: auto;
width: 100%;
}
table.form > * > tr > td, th {
@@ -103,14 +111,6 @@ table.form > * > tr > td, th {
padding: 8px;
}
.login {
width: 50%;
}
.login input[type=text], .login input[type=password] {
width: 90%;
}
/* Abuse checkboxes to collapse comments */
.collapse {
appearance: none;