File tree Expand file tree Collapse file tree 5 files changed +332
-243
lines changed Expand file tree Collapse file tree 5 files changed +332
-243
lines changed Original file line number Diff line number Diff line change 22
22
display : block;
23
23
margin-left : auto;
24
24
margin-right : auto;
25
-
25
+
26
26
}
27
27
28
28
.form-signin .checkbox {
@@ -33,25 +33,19 @@ body {
33
33
z-index : 2 ;
34
34
}
35
35
36
- .form-signin input [ type = "first" ] {
36
+ .top {
37
37
margin-bottom : -1px ;
38
38
border-bottom-right-radius : 0 ;
39
39
border-bottom-left-radius : 0 ;
40
40
}
41
41
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 ;
46
45
}
47
46
48
- .form-signin input [type = "middle" ] {
49
- margin-top : -1px ;
50
- margin-bottom : -1px ;
47
+ .bottom {
48
+ margin-bottom : 10px ;
51
49
border-top-left-radius : 0 ;
52
50
border-top-right-radius : 0 ;
53
- border-bottom-right-radius : 0 ;
54
- border-bottom-left-radius : 0 ;
55
51
}
56
-
57
-
You can’t perform that action at this time.
0 commit comments