How to fix alignment issues in the login page after enabling SAML as shown in the below image?
Role Required: SDAdmin
Add the classes given below in the HTML editor. These classes will also be available under <server_home>\custom\login\default.html.
- .sign-line{
- text-align: center;
- display: block;
- border-bottom: 1px solid #ccc;
- margin:10px 0;
- }
- .or-ctr{
- background: #fff;
- position: relative;
- top: 8px;
- padding: 0 4px;
- font-size: 12px;
- color: #727272;
- }
- .sign-saml{
- color: #009adb;
- text-decoration: none;
- }
Click Save and check to see if the link now appears aligned.