Skip to content

Commit

Permalink
UI Fixes
Browse files Browse the repository at this point in the history
Fixed WELCOME-32
  • Loading branch information
tpaulus committed Sep 29, 2017
1 parent 4e1c263 commit 73497f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/WEB-INF/templates/client/id-entry.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<div class="card-block">
<h5 class="card-title">What is your RedID?</h5>
<form onsubmit="hideKeyboard(); verifyID(); return false;" novalidate id="idEntryForm">
<div class="row">
<div class="form-group offset-md-1 col-10">
<div class="row justify-content-center">
<div class="form-group col-10">
<input pattern="\d*" class="form-control" id="idBox" title="REDID" name="id" required
autocomplete="off">
</div>
</div>
<div class="row">
<div class="offset-md-3 col-6">
<div class="row justify-content-center">
<div class="col-6">
<button type="submit" class="btn btn-primary">Next&nbsp;
<i class="fa fa-arrow-right" aria-hidden="true"></i></button>
</div>
Expand Down

0 comments on commit 73497f1

Please sign in to comment.