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
f004e919
authored
2020-02-07 12:10:06 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixs to mobile
1 parent
4b800867
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
8 deletions
com/Branding/css/tz_login.css
com/Branding/css/tz_login.css
View file @
f004e91
html
,
body
{
overflow
:
hidden
;
width
:
100%
;
}
#login
{
...
...
@@ -357,15 +358,11 @@ label {
padding
:
40px
0
0
;
margin
:
auto
;
background-size
:
132px
72px
!important
;
}
body
.login
{
background
:
url(../images/loginM.png)
no-repeat
0px
bottom
fixed
;
background
:
url(../images/LogIn@15x.png)
no-repeat
-150px
bottom
fixed
;
/* background: url(../images/loginM.png) no-repeat 0px bottom fixed; */
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
-o-background-size
:
cover
;
...
...
@@ -382,7 +379,7 @@ label {
width
:
100%
;
display
:
block
;
margin
:
auto
;
margin-top
:
-
70
px
;
margin-top
:
-
55
px
;
background-color
:
transparent
;
padding
:
0
;
}
...
...
@@ -470,7 +467,17 @@ label {
}
@media
(
max-height
:
500px
){
body
.login
{
background-position
:
bottom
left
!important
;
}
}
@media
(
max-width
:
420px
)
{
body
.login
{
background
:
url(../images/LogIn@15x.png)
no-repeat
-220px
;
background-size
:
auto
100%
;
}
#login
form
{
width
:
100%
;
background-size
:
872px
398px
!important
;
...
...
@@ -490,7 +497,6 @@ label {
top
:
-10px
;
left
:
unset
;
right
:
0
;
}
#login_error
,
...
...
@@ -531,3 +537,9 @@ label {
}
@media
(
max-width
:
420px
)
{
.login
#backtoblog
a
{
/* color:#221D58 !important; */
}
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment