Skip to content

Commit 38cd9e0

Browse files
committed
2 parents 0d504c6 + c981aa5 commit 38cd9e0

File tree

5 files changed

+332
-243
lines changed

5 files changed

+332
-243
lines changed

Youdemy/.DS_Store

6 KB
Binary file not shown.

Youdemy/web/css/signin.css

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body {
2222
display: block;
2323
margin-left: auto;
2424
margin-right: auto;
25-
25+
2626
}
2727

2828
.form-signin .checkbox {
@@ -33,25 +33,19 @@ body {
3333
z-index: 2;
3434
}
3535

36-
.form-signin input[type="first"] {
36+
.top {
3737
margin-bottom: -1px;
3838
border-bottom-right-radius: 0;
3939
border-bottom-left-radius: 0;
4040
}
4141

42-
.form-signin input[type="last"] {
43-
margin-bottom: 10px;
44-
border-top-left-radius: 0;
45-
border-top-right-radius: 0;
42+
.middle {
43+
margin-bottom: -1px;
44+
border-radius: 0;
4645
}
4746

48-
.form-signin input[type="middle"] {
49-
margin-top: -1px;
50-
margin-bottom: -1px;
47+
.bottom {
48+
margin-bottom: 10px;
5149
border-top-left-radius: 0;
5250
border-top-right-radius: 0;
53-
border-bottom-right-radius: 0;
54-
border-bottom-left-radius: 0;
5551
}
56-
57-

0 commit comments

Comments
 (0)