Add text register

This commit is contained in:
pikiou
2021-12-01 02:26:09 +01:00
parent 040f1e6a0e
commit c0b42a1a32
5 changed files with 119 additions and 65 deletions

View File

@@ -4,9 +4,15 @@
.registerIntro {
dt {
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}
dd {
margin-bottom: 10px;
margin-bottom: 30px;
}
p {
margin-block-start: 0.3em;
margin-block-end: 0.3em;
}
}
@@ -26,14 +32,15 @@
outline: 0;
}
textarea {
height: 80px;
height: 100px;
}
.inputRadio {
margin-left: 12px;
width: inherit;
}
.inputRadio + label {
display: inline;
margin: 0 20px 0 5px;
margin: 0 0 0 5px;
}
}