Commit 0fb260eb by Nilu

C001 - **UX** - Align 'Sign In' (should be 'Sign in') button to right of content…

C001 - **UX** - Align 'Sign In' (should be 'Sign in') button to right of content and remove letter spacing from input [Asana](https://app.asana.com/0/473766342830208/476018079751483)
parent 4bc4b562
......@@ -1677,7 +1677,6 @@ table.pos-table{
box-shadow: none;
border-radius: 3px;
color: #4a4a4a;
letter-spacing: 0.8px;
}
.main-verify-identity .second-style{
font-size: 16px;
......@@ -5793,3 +5792,8 @@ input{
color:#3a7d34;
}
.sign-in-btn
{
float: right;
}
......@@ -166,7 +166,7 @@
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", WebUtils.getSamePageInRenderMode(request, "ForgotPassword"))
.mapEntry("procParams", CollectionUtils.mapEntry("Job", job).toMap())
.toMap() %>"/>
<oneit:button value="Sign In" name="signIn" cssClass="box-btn sign-in-btn"
<oneit:button value="Sign in" name="signIn" cssClass="box-btn sign-in-btn"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", nextPage)
.mapEntry("Job",job)
.mapEntry("procParams", CollectionUtils.mapEntry("Job", job).toMap())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment