Skip to content
Snippets Groups Projects
Commit fbb985c6 authored by Seth Meranda's avatar Seth Meranda
Browse files

scope the CSS for the login form to only the presentation in the header, need...

scope the CSS for the login form to only the presentation in the header, need to create specific styles for the login page.
parent 17c81e0b
Branches
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment