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
f7f5721f
authored
2011-12-14 13:56:25 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Ensure the login screen's background is purple. refs #1357
1 parent
ff7ce81c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
com/Branding/css/tz_login.css
com/Branding/css/tz_login.css
View file @
f7f5721
#login
{
background
:
#3b0d32
url(../images/tenzing.gif)
top
right
no-repeat
;
background
:
#3b0d32
url(../images/tenzing.gif)
top
right
no-repeat
!important
;
padding-top
:
70px
;
}
body
.login
{
background
:
#3b0d32
!important
;
}
#login
{}
.login
#nav
a
{
...
...
@@ -59,7 +63,7 @@ padding:16px;
padding-top
:
0px
;
}
html
{
background-color
:
#3b0d32
;}
html
{
background-color
:
#3b0d32
!important
;}
body
.login
{
border-top-color
:
#3b0d32
;
...
...
Please
register
or
sign in
to post a comment