From fbb985c6c0876b8879a3c1e19c0c40463e092f5b Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Wed, 29 Sep 2010 19:59:07 +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/unl_theme/views/default/page_elements/unl_nav.php | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

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 dd8ca43d..dbce7cc1 100644
--- a/plugins/unl_theme/views/default/page_elements/unl_nav.php
+++ b/plugins/unl_theme/views/default/page_elements/unl_nav.php
@@ -14,9 +14,11 @@
 	}
 ?>
 
-<?php 
-	if (!isloggedin()) : 
-	    echo elgg_view('account/forms/login');
+<?php
+    if (!isloggedin()) :
+        echo '<div id="actionBar" class="casLogin">';
+            echo elgg_view('account/forms/login');
+        echo '</div>';
 	else : 
 ?>
 	<ul class="wdn_tabs disableSwitching">
-- 
GitLab