Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Jan 20, 2017
1 parent da97a16 commit 9b4b9e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/css/style.sign.in.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ body {
height: 38px;
}

.sign.in input:focus{ z-index: 3; }
.sign.in input:first-child { top: -7px; }
.sign.in input:focus{ z-index: 1; }
.sign.in input:first-child { top: -1px; }

/*
layout
Expand Down
10 changes: 2 additions & 8 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ <h2>Sign in</h2>
<!-- sign in form -->
<div class="sign in">
<form>
<div class="row">
<div class="twelve columns">
<input type="email" placeholder="E-mail" required class="full width">
</div>
<div class="twelve columns">
<input type="password" placeholder="Password" required class="full width">
</div>
</div>
<input type="email" placeholder="E-mail" required class="full width">
<input type="password" placeholder="Password" required class="full width">
<input type="submit" class="button primary full width" value="Submit">
</form>
</div>
Expand Down

0 comments on commit 9b4b9e9

Please sign in to comment.