Skip to content
Snippets Groups Projects
Commit 17c81e0b 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 94d56329
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment