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
b9fe3f59
authored
2019-11-02 17:56:01 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
DD
1 parent
afb14c82
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
7 deletions
com/Branding/css/tz_login.css
com/Branding/images/loginM.png
com/Branding/css/tz_login.css
View file @
b9fe3f5
...
...
@@ -48,7 +48,7 @@ body.login {
#login
form
{
width
:
35%
;
width
:
400px
;
min-height
:
250px
;
display
:
block
;
margin-top
:
35%
;
...
...
@@ -66,9 +66,12 @@ body.login {
margin-top
:
8%
;
background
:
url(../images/login.png)
0px
0px
no-repeat
;
background-size
:
672px
398px
!important
;
background-position
:
top
;
}
#lostpasswordform
{
background
:
url(../images/reset.png)
0px
0px
no-repeat
!important
;
}
...
...
@@ -193,8 +196,31 @@ label {
display
:
none
;
}
@media
(
max-width
:
1000px
)
{
@media
(
max-width
:
879px
)
{
#login
form
{
width
:
30%
;
margin-left
:
20%
;
padding
:
60px
100px
100px
140px
;
}
.login
#nav
{
width
:
40%
;
display
:
block
;
margin
:
auto
;
margin-top
:
-100px
;
background-color
:
transparent
;
padding
:
0px
100px
100px
240px
;
margin-left
:
10%
;
}
}
@media
(
max-width
:
600px
)
{
html
{
...
...
@@ -203,7 +229,7 @@ label {
#login
{
background
:
none
!important
;
background
:
url(../images/logo-white-5.png)
70px
10px
no-repeat
!important
;
padding-top
:
40%
;
width
:
100%
;
padding
:
8%
0
0
;
...
...
@@ -215,7 +241,7 @@ label {
body
.login
{
background
:
url(../images/
LoginMobile
.png)
no-repeat
0px
bottom
fixed
;
background
:
url(../images/
loginM
.png)
no-repeat
0px
bottom
fixed
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
-o-background-size
:
cover
;
...
...
@@ -268,7 +294,7 @@ label {
width
:
100%
;
min-height
:
250px
;
display
:
block
;
margin-top
:
35%
;
-moz-border-radius
:
0px
;
-khtml-border-radius
:
0
;
-webkit-border-radius
:
0
;
...
...
@@ -279,7 +305,7 @@ label {
border-radius
:
0px
;
border
:
none
;
padding
:
60px
100px
100px
240px
;
margin-left
:
-
50
%
;
margin-left
:
-
34
%
;
margin-top
:
30%
;
background
:
url(../images/login.png)
0px
0px
no-repeat
;
background-size
:
672px
398px
!important
;
...
...
@@ -298,3 +324,11 @@ label {
}
@media
(
max-width
:
400px
)
{
#login
form
{
width
:
140%
;
margin-left
:
-40%
;
background-size
:
872px
398px
!important
;
}
}
\ No newline at end of file
...
...
com/Branding/images/loginM.png
0 → 100644
View file @
b9fe3f5
27.9 KB
Please
register
or
sign in
to post a comment