diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php index 8005b3770d21f5d6b7d9379fb99041fee2231166..076f0ad8e29ea5b211abe7eb8cd65d2f08cea17b 100644 --- a/plugins/unl_theme/views/default/css.php +++ b/plugins/unl_theme/views/default/css.php @@ -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*/ diff --git a/plugins/unl_theme/views/default/page_elements/unl_nav.php b/plugins/unl_theme/views/default/page_elements/unl_nav.php index 05e0f9489f90f963ba7178b037b833a37cda3a15..d777084d9483ec13a9efa54f591c9c424ff050fb 100644 --- a/plugins/unl_theme/views/default/page_elements/unl_nav.php +++ b/plugins/unl_theme/views/default/page_elements/unl_nav.php @@ -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>