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
fb35371c
authored
2012-03-13 14:29:00 -0400
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Correct login page styling for WordPress upgrade. refs #1357
1 parent
3991e02b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
com/Branding/css/tz_login.css
com/Branding/css/tz_login.css
View file @
fb35371
...
...
@@ -56,25 +56,34 @@ label {
}
#nav
{
text-shadow
:
none
;
text-shadow
:
0px
;
margin
:
0
;
padding
:
16px
;
padding-top
:
0px
;
text-shadow
:
none
;
text-shadow
:
0px
;
margin
:
0
;
padding
:
16px
;
padding-top
:
0px
;
}
html
{
background-color
:
#3b0d32
!important
;}
body
.login
{
border-top-color
:
#3b0d32
;
}
p
#backtoblog
{
display
:
block
;
}
#backtoblog
{
background
:
#3b0d32
;
color
:
#fadfb3
;
border
:
none
;
text-shadow
:
none
;
}
.login
#backtoblog
a
{
color
:
#855d7e
!important
;
#backtoblog
{
background
:
#3b0d32
;
color
:
#fadfb3
;
border
:
none
;
text-shadow
:
none
;
position
:
absolute
;
top
:
0
;
left
:
0
;
}
.login
#backtoblog
a
,
.login
#backtoblog
a
:hover
{
color
:
#855d7e
!important
;
text-decoration
:
none
!important
;
}
#user_pass
,
#user_login
,
#user_email
{
...
...
Please
register
or
sign in
to post a comment