Update placeholder text and remove column layout
This commit is contained in:
parent
054ff82beb
commit
447e759277
@ -98,27 +98,22 @@
|
|||||||
|
|
||||||
<div class='usa-input'>
|
<div class='usa-input'>
|
||||||
<label for='mo-behalf-fname'>First Name</label>
|
<label for='mo-behalf-fname'>First Name</label>
|
||||||
<input id='mo-behalf-fname' type='text' placeholder='First name of mission authorizing official' tabindex='1' />
|
<input id='mo-behalf-fname' type='text' placeholder='First name of mission authorizing official' />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class='usa-input'>
|
||||||
|
<label for='mo-behalf-lname'>Last Name</label>
|
||||||
|
<input id='mo-behalf-lname' type='text' placeholder='Last name of mission authorizing official'/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='usa-input'>
|
<div class='usa-input'>
|
||||||
<label for='mo-behalf-email'>Mission Owner e-mail</label>
|
<label for='mo-behalf-email'>Mission Owner e-mail</label>
|
||||||
<input id='mo-behalf-email' type='email' placeholder='i.e. name@mail.mil' tabindex='3'/>
|
<input id='mo-behalf-email' type='email' placeholder='name@mail.mil'/>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class='form-col'>
|
|
||||||
|
|
||||||
<div class='usa-input'>
|
|
||||||
<label for='mo-behalf-lname'>Last Name</label>
|
|
||||||
<input id='mo-behalf-lname' type='text' placeholder='Last name of mission authorizing official' tabindex='2'/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='usa-input'>
|
<div class='usa-input'>
|
||||||
<label for='mo-behalf-phone'>Mission Owner phone number</label>
|
<label for='mo-behalf-phone'>Mission Owner phone number</label>
|
||||||
<input id='mo-behalf-phone' type='tel' placeholder='i.e. (123) 456-7890' tabindex='4'/>
|
<input id='mo-behalf-phone' type='tel' placeholder='(123) 456-7890'/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -129,23 +124,19 @@
|
|||||||
<h4 class="h3">CCPO Authorizing Official</h4>
|
<h4 class="h3">CCPO Authorizing Official</h4>
|
||||||
|
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-col">
|
<div class='form-col'>
|
||||||
|
|
||||||
<div class='usa-input'>
|
<div class='usa-input'>
|
||||||
<label for='ccpo-behalf-fname'>First Name</label>
|
<label for='ccpo-behalf-fname'>First Name</label>
|
||||||
<input id='ccpo-behalf-fname' type='text' placeholder='Name of approving officer' tabindex='5' />
|
<input id='ccpo-behalf-fname' type='text' placeholder='First name of authorizing official' />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-col">
|
|
||||||
|
|
||||||
<div class='usa-input'>
|
<div class='usa-input'>
|
||||||
<label for='ccpo-behalf-lname'>Last Name</label>
|
<label for='ccpo-behalf-lname'>Last Name</label>
|
||||||
<input id='ccpo-behalf-lname' type='text' placeholder='Name of approving officer' tabindex='6' />
|
<input id='ccpo-behalf-lname' type='text' placeholder='Last name of authorizing official' />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user