From 17c81e0b14bc014ca98172223a0e36311b8633af Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Wed, 29 Sep 2010 19:58:54 +0000
Subject: [PATCH] scope the CSS for the login form to only the presentation in
 the header, need to create specific styles for the login page.

---
 plugins/cas_auth_unl/views/default/account/forms/login.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/plugins/cas_auth_unl/views/default/account/forms/login.php b/plugins/cas_auth_unl/views/default/account/forms/login.php
index 50e6357e..7c2be7db 100644
--- a/plugins/cas_auth_unl/views/default/account/forms/login.php
+++ b/plugins/cas_auth_unl/views/default/account/forms/login.php
@@ -17,7 +17,6 @@
     $ts = time();
     $token = generate_action_token($ts); 
 ?>
-<div id="actionBar" class="casLogin">
     <div id="casOption">
 	    <a href="<?php echo $vars['url'] ?>action/login?usecas=yes&__elgg_ts=<?php echo $ts; ?>&__elgg_token=<?php echo $token; ?>&<?php echo $viewmobile;?>" id="casLogin">Login</a>
 	    <div class="loginMessage">
@@ -43,5 +42,4 @@
 	            echo elgg_view('input/form', array('body' => $form_body, 'action' => "". $vars['url'] ."action/login"));
 	        ?>
 	    </div>
-    </div>
-</div>
\ No newline at end of file
+    </div>
\ No newline at end of file
-- 
GitLab