Set name fields side by side

This commit is contained in:
luis cielak 2018-09-05 12:39:01 -05:00
parent 03a1fec6b6
commit 19f5edfa17

View File

@ -144,18 +144,26 @@
<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='First name of authorizing official' /> <input id='ccpo-behalf-fname' type='text' placeholder='First name of CCPO 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='Last name of authorizing official' /> <input id='ccpo-behalf-lname' type='text' placeholder='Last name of CCPO authorizing official'/>
</div> </div>
</div> </div>
</div> </div>