Skip to content
Snippets Groups Projects
Commit b9cf75ed authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

fix the green login button css

parent 8413eddb
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@
float:left;
padding-top:20px;
}
#maincontent .wdn_notice div.message .message_action, #colorbox #login a.wdn_loginLink {
#maincontent .wdn_notice div.message .message_action, #login a.wdn_loginLink {
float:left;
margin-left:60px;
font-size:1.8em;
......@@ -67,18 +67,18 @@
padding-bottom:15px;
text-decoration:none;
}
#login.loginPage a.wdn_loginLink {
#login a.wdn_loginLink {
font-size:1.8em;
text-decoration:none;
}
#maincontent .wdn_notice div.message .message_action span, #colorbox #login span, #login.loginPage span {
#maincontent .wdn_notice div.message .message_action span, #login a.wdn_loginLink span {
background: url('<?php echo $vars['url']; ?>mod/unl_theme/views/default/images/wdn_notice_ActionBG.png') no-repeat;
width:167px;
height:45px;
display:inline;
padding:9px 50px 15px 25px;
}
#maincontent .wdn_notice div.message .message_action a span, #colorbox #login a span, #login.loginPage a span {
#maincontent .wdn_notice div.message .message_action a span, #login a span {
color:white !important;
}
#maincontent .wdn_notice div.message .message_action a strong {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment