Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ae366d9a
authored
2020-08-19 14:40:40 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ee
1 parent
e0c9c37b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
com/Branding/css/tz_login.css
com/Branding/scripts/tz_login.js
com/Branding/css/tz_login.css
View file @
ae366d9
...
...
@@ -72,7 +72,7 @@ body.login {
#login
h1
:lang
(
fr-CA
)
{
margin-left
:
31%
;
font-size
:
30
px
;
font-size
:
26
px
;
}
}
...
...
com/Branding/scripts/tz_login.js
View file @
ae366d9
...
...
@@ -14,7 +14,7 @@ jQuery(document).ready(function ($) {
if
(
first
==
"wp-login.php"
)
{
if
(
lang
==
"fr-CA"
)
{
$
(
'h1'
).
addClass
(
'login_h1'
);
$
(
'h1'
).
html
(
"s'identifier"
);
$
(
'h1'
).
html
(
'Se <span class="dark">Connecter:</span>'
);
}
else
{
$
(
'h1'
).
addClass
(
'login_h1'
);
$
(
'h1'
).
html
(
'LOG <span class="dark">IN:</span>'
);
...
...
Please
register
or
sign in
to post a comment