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
1bd26cfd
authored
2020-02-04 09:03:31 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
login page QA issues
1 parent
5880ef9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
8 deletions
com/Branding/css/tz_login.css
com/Branding/css/tz_login.css
View file @
1bd26cf
...
...
@@ -46,9 +46,56 @@ body.login {
text-decoration
:
underline
;
}
@media
(
min-width
:
601px
)
{
#login
h1
{
/* display: none; */
position
:
absolute
;
width
:
400px
;
min-height
:
250px
;
padding
:
60px
100px
100px
240px
;
margin-left
:
30%
;
margin-top
:
5%
;
pointer-events
:
none
;
}
}
#login
h1
{
display
:
none
;
#backtoblog
:before
{
content
:
''
;
font-family
:
'FontAwesome'
;
font-size
:
20px
;
position
:
absolute
;
left
:
20px
;
top
:
-1px
;
}
@media
(
max-width
:
600px
)
{
#backtoblog
:before
{
margin-top
:
39px
;
margin-left
:
-10px
;
}
}
#login
h1
span
{
display
:
block
;
position
:
absolute
;
left
:
70px
;
font-size
:
24px
;
color
:
#221D58
!important
;
pointer-events
:
none
;
}
@media
(
max-width
:
1000px
)
and
(
min-width
:
601px
)
{
#login
h1
span
{
left
:
0
;
}
}
@media
(
max-width
:
800px
)
and
(
min-width
:
601px
)
{
#login
h1
span
{
left
:
0
;
top
:
200px
;
}
}
...
...
@@ -69,8 +116,8 @@ body.login {
padding
:
60px
100px
100px
240px
;
margin-left
:
30%
;
margin-top
:
5%
;
background
:
url(../images/login.png)
0px
0px
no-repeat
;
background-size
:
672px
398px
!important
;
/* background: url(../images/login.png) 0px 0px no-repeat; */
/* background-size: 672px 398px !important; */
}
...
...
@@ -307,9 +354,14 @@ label {
}
#login
h1
{
display
:
none
;
position
:
absolute
;
top
:
130px
;
width
:
100%
;
}
#login
h1
span
{
left
:
45px
;
}
#login
form
{
width
:
100%
;
...
...
@@ -327,9 +379,9 @@ label {
padding
:
60px
100px
100px
240px
;
margin-left
:
-34%
;
margin-top
:
22%
;
background
:
url(../images/login.png)
0px
0px
no-repeat
;
background-size
:
672px
398px
!important
;
background-position
:
top
;
/* background: url(../images/login.png) 0px 0px no-repeat; */
/* background-size: 672px 398px !important; */
/* background-position: top; */
}
...
...
Please
register
or
sign in
to post a comment