text inputs
This commit is contained in:
parent
2e8d8cabf9
commit
9739c7689e
2 changed files with 32 additions and 8 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<label for="idk">Idk</label>
|
||||
</div>
|
||||
|
||||
<div class="field-row-stacked">
|
||||
<div class="field-row-stacked" style="max-width: 160px">
|
||||
<label for="reason">Reason:</label>
|
||||
<select>
|
||||
<option>Nostalgia</option>
|
||||
|
|
@ -78,6 +78,14 @@
|
|||
</div>
|
||||
</fieldset>
|
||||
|
||||
<section>
|
||||
<div class="field-row-stacked" style="max-width: 168px">
|
||||
<label for="else">Anything else to add?</label>
|
||||
<input type="text" id="else">
|
||||
<textarea rows=8></textarea>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="field-row align-right">
|
||||
<button>OK</button>
|
||||
<button>Cancel</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue