From 1ee39fbe88ddaa0341f6c4ec0e353d96701313ab Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Tue, 19 Jan 2010 22:34:16 +0000 Subject: [PATCH] Fixed login wrap issue. Also changed input in colorbox to white until the templates css changes get pushed out. --- plugins/unl_theme/views/default/css.php | 5 ++++- plugins/unl_theme/views/default/page_elements/unl_nav.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php index 8005b377..076f0ad8 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 05e0f948..d777084d 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> -- GitLab