Commit aee9c050 by Nilu

S16730766 # Client - Incoming Issues (raised by Client) #remove the "G" logo…

S16730766 # Client - Incoming Issues (raised by Client) #remove the "G" logo from the Applicant sign-up
parent 03d5e333
...@@ -1907,11 +1907,11 @@ table.pos-table{ ...@@ -1907,11 +1907,11 @@ table.pos-table{
border-radius: 3px; border-radius: 3px;
display: inline-block; display: inline-block;
margin: 0 auto; margin: 0 auto;
width: 84.617%; width: 56%;
} }
.social-login li { .social-login li {
display: inline-block; display: inline-block;
padding: 7.1% 7.8%; padding: 10.1% 10.8%;
border-left: 2px solid #d3d3d3; border-left: 2px solid #d3d3d3;
} }
.social-login li a{ .social-login li a{
......
...@@ -140,13 +140,6 @@ ...@@ -140,13 +140,6 @@
<img src="<%= request.getContextPath() %>/images/login-facebok-icon.svg" /> <img src="<%= request.getContextPath() %>/images/login-facebok-icon.svg" />
</oneit:button> </oneit:button>
</li> </li>
<li>
<oneit:button value=" " name="googleOAuthLogin" skin="link" cssClass="social_login_btn"
disabled="<%= Utils.googleAvailable() ? "false" : "true" %>"
requestAttribs="<%= CollectionUtils.mapEntry ("nextPage", socialLoginNextPage).toMap() %>">
<img src="<%= request.getContextPath() %>/images/login-google.png" />
</oneit:button>
</li>
</ul> </ul>
</oneit:form> </oneit:form>
......
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