Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
0aaf8f43
Commit
0aaf8f43
authored
1 year ago
by
sohail amjad
Browse files
Options
Download
Patches
Plain Diff
register_btn
parent
0a1466d0
release-uat-nginx
loginRegisterBtn
release-5.1.0
release-5.1.0-upsmf-prod
1 merge request
!3
register_btn modified
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/artifacts/sunbird/login/login.ftl
+2
-1
ansible/artifacts/sunbird/login/login.ftl
ansible/artifacts/sunbird/login/resources/css/login.css
+1
-1
ansible/artifacts/sunbird/login/resources/css/login.css
with
3 additions
and
2 deletions
+3
-2
ansible/artifacts/sunbird/login/login.ftl
+
2
−
1
View file @
0aaf8f43
...
...
@@ -76,7 +76,8 @@
<#if realm.password && realm.registrationAllowed && !usernameEditDisabled??>
<div id="kc-registration" class="field">
<div class="ui content signUpMsg">
$
{
msg
(
"noAccount"
)}
<span id="signup" role="link" tabindex="0" class="registerLink" onclick=navigate('self')>$
{
msg
(
"registerHere"
)}
</span>
<!-- $
{
msg
(
"noAccount"
)}
<span id="signup" role="link" tabindex="0" class="registerLink" onclick=navigate('self')>$
{
msg
(
"registerHere"
)}
</span> -->
<button id="signup" onclick="navigate('self')" class="mt-8 sb-btn sb-btn-normal sb-btn-primary width-100 register-btn"><span tabindex="0" onclick=navigate('self')>$
{
msg
(
"registerHere"
)}
</span></button>
</div>
</div>
</#if>
...
...
This diff is collapsed.
Click to expand it.
ansible/artifacts/sunbird/login/resources/css/login.css
+
1
−
1
View file @
0aaf8f43
...
...
@@ -264,7 +264,7 @@ a{
color
:
#024f9d
!important
;
}
.registerLink
{
color
:
#024f9d
;
color
:
white
;
font-weight
:
bold
;
text-decoration
:
underline
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets