Skip to content
Snippets Groups Projects
Commit 1ee39fbe authored by Seth Meranda's avatar Seth Meranda
Browse files

Fixed login wrap issue. Also changed input in colorbox to white until the...

Fixed login wrap issue. Also changed input in colorbox to white until the templates css changes get pushed out.
parent 6a61744c
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@
}
#maincontent .wdn_notice div.message .message_action a strong {
margin-left:10px;
}
/* End Action Notification Box*/
......@@ -92,7 +93,9 @@
#colorbox .sec_main {
border-left:3px solid #83b750;
}
#colorbox input {
color:#fff;
}
/* End colorbox */
<?php } //end if not logged in ?>
/*UNL Overrides*/
......
......@@ -27,7 +27,7 @@
<div class="message_action">
<a href="<?php echo $vars['url']; ?>account/register.php" title="Register to join Planet Red"><span>Join now</span></a>
</div>
<div class="message_action" style="margin-left:28px;font-size:1.3em;">
<div class="message_action" style="margin-left:28px;font-size:1.3em;width:97px;">
or <a href="<?php echo $vars['url']; ?>pg/login" id="loginLink"><strong>Login</strong></a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment