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
12209ca3
authored
2019-11-25 13:18:51 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ee
1 parent
74d0cb72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
14 deletions
com/Branding/css/tz_login.css
com/Branding/css/tz_login.css
View file @
12209ca
...
...
@@ -77,6 +77,7 @@ body.login {
#lostpasswordform
{
background
:
url(../images/reset.png)
0px
0px
no-repeat
!important
;
}
...
...
@@ -99,14 +100,7 @@ form {
}
@media
only
screen
and
(
max-width
:
768px
)
{
.message
{
position
:
relative
;
top
:
80px
;
left
:
34%
;
width
:
85vw
;
}
}
.updated
,
.login
.message
{
...
...
@@ -262,7 +256,7 @@ label {
padding
:
8%
0
0
;
margin
:
auto
;
background-size
:
132px
72px
!important
;
margin-left
:
-12%
;
}
...
...
@@ -351,21 +345,55 @@ label {
}
@media
(
max-width
:
4
0
0px
)
{
@media
(
max-width
:
4
2
0px
)
{
#login
form
{
width
:
140%
;
margin-left
:
-
40
%
;
margin-left
:
-
55
%
;
background-size
:
872px
398px
!important
;
}
#login
{
margin-left
:
-30%
;
background
:
url(../images/logo-white-5.png)
120px
20px
no-repeat
!important
;
background
:
url(../images/logo-white-5.png)
10px
20px
no-repeat
!important
;
background-size
:
100px
55px
!important
;
}
.login
#nav
{
margin-left
:
-55%
;
}
#backtoblog
{
top
:
-10px
;
left
:
unset
;
right
:
0
;
}
#login_error
,
.message
{
position
:
relative
;
top
:
75px
;
width
:
89vw
;
}
}
@media
(
max-width
:
380px
)
{
#login
form
{
width
:
140%
;
margin-left
:
-65%
;
background-size
:
872px
398px
!important
;
}
#login
{
background
:
url(../images/logo-white-5.png)
10px
20px
no-repeat
!important
;
background-size
:
100px
55px
!important
;
}
.login
#nav
{
margin-left
:
-70px
;
margin-left
:
-65%
;
}
#backtoblog
{
...
...
@@ -374,4 +402,13 @@ label {
right
:
0
;
}
#login_error
,
.message
{
position
:
relative
;
top
:
70px
;
width
:
88vw
;
}
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment