[I45-website] Refresh HPR layout with a light touch #218

Merged
rho_n merged 14 commits from I45-website-refresh-light-touch into main 2024-10-15 01:19:35 +00:00
Showing only changes of commit 6062cfd6b4 - Show all commits

View File

@ -331,4 +331,50 @@ footer #copyright {
margin-right: 0.5rem;
}
fieldset > table,
fieldset > table thead,
fieldset > table tbody,
fieldset > table tr,
fieldset > table th,
fieldset > table td,
fieldset > table td input,
fieldset > table td textarea {
display: block;
font-size: 1rem;
}
fieldset > table {
width: calc(100vw + -16vw + -1rem);
max-width: 100%;
}
fieldset > table td input,
fieldset > table td textarea {
width: calc(100vw + -16vw + -1.5rem);
max-width: 100%;
border: thin solid #DFDFDF;
margin-bottom: 0.5rem;
padding: 0.5rem;
}
fieldset > table td select {
margin-bottom: 0.5rem;
padding: 0.25rem;
}
fieldset > table td input[type="radio"] {
display: initial;
width: initial;
margin-bottom: 0.5rem;
}
fieldset > input {
background: #4D4D4D;
color: white;
font-weight: 600;
padding: 0.5rem;
border: thin solid #DFDFDF;
border-radius: 0.2rem;
}
}