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
Branches
No related tags found
No related merge requests found
...@@ -83,6 +83,7 @@ ...@@ -83,6 +83,7 @@
} }
#maincontent .wdn_notice div.message .message_action a strong { #maincontent .wdn_notice div.message .message_action a strong {
margin-left:10px; margin-left:10px;
} }
/* End Action Notification Box*/ /* End Action Notification Box*/
...@@ -92,7 +93,9 @@ ...@@ -92,7 +93,9 @@
#colorbox .sec_main { #colorbox .sec_main {
border-left:3px solid #83b750; border-left:3px solid #83b750;
} }
#colorbox input {
color:#fff;
}
/* End colorbox */ /* End colorbox */
<?php } //end if not logged in ?> <?php } //end if not logged in ?>
/*UNL Overrides*/ /*UNL Overrides*/
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<div class="message_action"> <div class="message_action">
<a href="<?php echo $vars['url']; ?>account/register.php" title="Register to join Planet Red"><span>Join now</span></a> <a href="<?php echo $vars['url']; ?>account/register.php" title="Register to join Planet Red"><span>Join now</span></a>
</div> </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> or <a href="<?php echo $vars['url']; ?>pg/login" id="loginLink"><strong>Login</strong></a>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment