Skip to content

Commit

Permalink
Fix alert min-height; convert tabs to spaces
Browse files Browse the repository at this point in the history
Partially addresses #1320
  • Loading branch information
ginatrapani committed Apr 19, 2012
1 parent 858bc8e commit 6479797
Show file tree
Hide file tree
Showing 2 changed files with 1,816 additions and 1,193 deletions.
82 changes: 41 additions & 41 deletions webapp/_lib/view/session.login.tpl
Expand Up @@ -4,49 +4,49 @@

<div class="container_24 thinkup-canvas round-all clearfix">

<div class="grid_18" style="margin-bottom : 20px; margin-left : 100px;">
{include file="_usermessage.tpl"}
</div>
<div class="grid_18" style="margin-bottom : 20px; margin-left : 100px;">
{include file="_usermessage.tpl"}
</div>
<div class="grid_18 section" style="margin-bottom : 100px; margin-left : 100px;">

{insert name="help_link" id='login'}
<h2>Log In</h2>
<div class="article">
<form name="form1" method="post" action="{$site_root_path}session/login.php" class="login" style="padding-bottom : 20px;">
<div class="clearfix">
<div class="grid_4 prefix_2 right">
<label for="email">
Email:
</label>
</div>
<div class="grid_10 left">
<input type="text" name="email" id="email"{if isset($email)} value="{$email|filter_xss}"{/if}>
</div>
</div>
<div class="clearfix">
<div class="grid_4 prefix_2 right">
<label for="pwd">
Password:
</label>
</div>
<div class="grid_10 left">
<input type="password" name="pwd" id="pwd">
</div>
</div>
<div class="clearfix">
<div class="grid_10 prefix_6 left">
<input type="submit" id="login-save" name="Submit" class="linkbutton emphasized" value="Log In">
</div>
</div>
</form>
</div>
<div class="view-all">
<a href="register.php">Register</a> |
<a href="forgot.php">Forgot password</a>
</div>
</div>
{insert name="help_link" id='login'}
<h2>Log In</h2>
<div class="article">
<form name="form1" method="post" action="{$site_root_path}session/login.php" class="login" style="padding-bottom : 20px;">
<div class="clearfix">
<div class="grid_4 prefix_2 right">
<label for="email">
Email:
</label>
</div>
<div class="grid_10 left">
<input type="text" name="email" id="email"{if isset($email)} value="{$email|filter_xss}"{/if}>
</div>
</div>
<div class="clearfix">
<div class="grid_4 prefix_2 right">
<label for="pwd">
Password:
</label>
</div>
<div class="grid_10 left">
<input type="password" name="pwd" id="pwd">
</div>
</div>
<div class="clearfix">
<div class="grid_10 prefix_6 left">
<input type="submit" id="login-save" name="Submit" class="linkbutton emphasized" value="Log In">
</div>
</div>
</form>
</div>
<div class="view-all">
<a href="register.php">Register</a> |
<a href="forgot.php">Forgot password</a>
</div>
</div>

</div>
{include file="_footer.tpl"}

0 comments on commit 6479797

Please sign in to comment.