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

Commit 6c93f7b

Browse files
committed
Update
1 parent c9e3a68 commit 6c93f7b

File tree

2 files changed

+4
-35
lines changed

2 files changed

+4
-35
lines changed

src/css/style.sign.in.css

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,6 @@ img.sign-gravatar {
1414
margin-bottom: 20px;
1515
}
1616

17-
/* form
18-
========================================================================== */
19-
.sign.in [type="email"],
20-
.sign.in [type="password"] {
21-
margin: 0 0 -1px;
22-
position: relative;
23-
top: -1px;
24-
}
25-
26-
.sign.in [type="email"] {
27-
border-bottom-left-radius: 0;
28-
border-bottom-right-radius: 0;
29-
}
30-
31-
.sign.in [type="password"] {
32-
border-top-left-radius: 0;
33-
border-top-right-radius: 0;
34-
}
35-
36-
.sign.in [type="submit"] {
37-
margin-top: 15px;
38-
}
39-
40-
.sign.in input:focus{
41-
z-index: 1;
42-
}
43-
44-
.sign.in input:first-child {
45-
top: -1px;
46-
}
47-
4817
/* layout
4918
========================================================================== */
5019
.container {

src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ <h1>Welcome!</h1>
3131

3232
<!-- sign in form -->
3333
<div class="sign in">
34-
<form>
35-
<input type="email" placeholder="E-mail" required class="full width">
36-
<input type="password" placeholder="Password" required class="full width">
34+
<form class="group">
35+
<input type="email" placeholder="E-mail" required class="top full width">
36+
<input type="password" placeholder="Password" required class="bottom full width">
3737
<div class="align right">
38-
<input type="submit" class="button primary" value="Sign in">
38+
<input type="submit" value="Sign in" class="button primary">
3939
</div>
4040
</form>
4141
</div>

0 commit comments

Comments
 (0)