mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-24 07:27:10 -05:00
style: change birthday label wording
This commit is contained in:
parent
deb091932a
commit
f586fe9313
|
|
@ -205,12 +205,9 @@ div.subtabs .subtabbtn.active:hover::before {
|
|||
div.birthday {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
align-items: end;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
div.birthday span {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.has-textinput .icons {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
|
|
|
|||
|
|
@ -493,14 +493,11 @@
|
|||
<label for="creatorName">Creator</label>
|
||||
<input type="text" name="creatorName" id="creatorName" minLength="1" maxLength="10" />
|
||||
</div>
|
||||
<div class="birthday">
|
||||
<div>
|
||||
<label for="birthDay">Birth day</label>
|
||||
<div>
|
||||
<label for="birthDay">Birthdate (day/month)</label>
|
||||
<div class="birthday">
|
||||
<input type="number" name="birthDay" id="birthDay" min="1" max="31" />
|
||||
</div>
|
||||
<span>/</span>
|
||||
<div>
|
||||
<label for="birthMonth">Month</label>
|
||||
<span>/</span>
|
||||
<input type="number" name="birthMonth" id="birthMonth" min="1" max="12" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user