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
36b45e47
authored
2019-11-13 18:44:55 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
s
1 parent
ac85563c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
com/Branding/css/tz_login.css
com/Branding/css/tz_login.css
View file @
36b45e4
html
,
body
{
overflow
:
hidden
;
}
#login
{
background
:
url(../images/logo-white-5.png)
40px
40px
no-repeat
!important
;
padding-top
:
40%
;
...
...
@@ -63,7 +68,7 @@ body.login {
border
:
none
;
padding
:
60px
100px
100px
240px
;
margin-left
:
30%
;
margin-top
:
8
%
;
margin-top
:
5
%
;
background
:
url(../images/login.png)
0px
0px
no-repeat
;
background-size
:
672px
398px
!important
;
...
...
@@ -86,9 +91,19 @@ form {
.message
{
-moz-border-radius
:
0px
;
border
:
none
;
margin
:
0
8px
16px
8px
;
margin
:
20px
8px
16px
8px
;
border
:
1px
solid
#6ac9c8
;
background-color
:
#221D58
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
.message
{
position
:
relative
;
top
:
80px
;
left
:
34%
;
width
:
85vw
;
}
}
.updated
,
...
...
@@ -127,7 +142,7 @@ p#backtoblog {
text-shadow
:
none
;
position
:
absolute
;
top
:
50px
;
left
:
2
7
%
;
left
:
2
0
%
;
}
...
...
@@ -202,7 +217,7 @@ label {
#login
form
{
width
:
35%
;
margin-left
:
2
0
%
;
margin-left
:
2
3
%
;
padding
:
60px
100px
100px
140px
;
}
...
...
Please
register
or
sign in
to post a comment