File tree Expand file tree Collapse file tree 3 files changed +30
-25
lines changed Expand file tree Collapse file tree 3 files changed +30
-25
lines changed Original file line number Diff line number Diff line change @@ -983,9 +983,9 @@ The register and sign-in page style
983
983
background-color : transparent;
984
984
}
985
985
# repo-header-meta a > .btn {
986
+ line-height : 16px ;
986
987
font-size : 1.05em ;
987
988
margin-left : 16px ;
988
- line-height : 16px ;
989
989
}
990
990
# repo-header-meta a > .btn i {
991
991
margin-right : 6px ;
@@ -1015,20 +1015,24 @@ The register and sign-in page style
1015
1015
line-height : 24px ;
1016
1016
width : 440px ;
1017
1017
top : 50px ;
1018
- left : -354 px ;
1018
+ left : -370 px ;
1019
1019
padding : 20px ;
1020
1020
box-sizing : border-box;
1021
1021
z-index : 1 ;
1022
1022
}
1023
1023
# repo-header-download-drop .btn > i {
1024
1024
margin-right : 6px ;
1025
1025
}
1026
+ # repo-header-download-drop button ,
1027
+ # repo-header-download-drop input {
1028
+ font-size : 11px ;
1029
+ }
1026
1030
# repo-content {
1027
1031
padding : 18px 0 ;
1028
1032
}
1029
1033
# repo-clone-url {
1030
1034
border-right : none;
1031
- width : 196 px ;
1035
+ width : 200 px ;
1032
1036
border-left : none;
1033
1037
}
1034
1038
# repo-clone-help {
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ background-color: @repoHeaderBgColor;
18
18
#repo-header-name {
19
19
line-height : 66px ;
20
20
color : @repoHeaderNameColor ;
21
-
22
- font-size : 1.6em ;
21
+ font-size : 1.6em ;
23
22
font-weight : normal ;
24
23
margin-bottom : 0 ;
25
24
i {
@@ -40,15 +39,17 @@ font-size: 1.6em;
40
39
}
41
40
}
42
41
}
43
- a > .btn {
44
- font-size : 1.05em ;
45
- margin-left : 16px ;
46
- i {
47
- margin-right : 6px ;
48
- }
49
- line-height :16px ;
50
- .num {
51
- margin-left : 6px ;
42
+ a {
43
+ & > .btn {
44
+ line-height : 16px ;
45
+ font-size : 1.05em ;
46
+ margin-left : 16px ;
47
+ i {
48
+ margin-right : 6px ;
49
+ }
50
+ .num {
51
+ margin-left : 6px ;
52
+ }
52
53
}
53
54
}
54
55
}
@@ -59,42 +60,42 @@ font-size: 1.6em;
59
60
& :hover {
60
61
& :after , .btn {
61
62
background-color : @btnHoverBlackColor ;
62
-
63
- color : #FFF ;
63
+ color : #FFF ;
64
64
}
65
65
}
66
66
& :after {
67
67
background-color : @btnBlackColor ;
68
-
69
- padding : 9px 16px 8px 0 ;
68
+ padding : 9px 16px 8px 0 ;
70
69
margin-left : -8px !important ;
71
70
color : #FFF ;
72
71
border-top : 1px solid @btnBlackColor ;
73
-
74
- border-bottom : 1px solid @btnBlackColor ;
75
-
76
- border-top-right-radius : .25em ;
72
+ border-bottom : 1px solid @btnBlackColor ;
73
+ border-top-right-radius : .25em ;
77
74
border-bottom-right-radius : .25em ;
78
75
}
79
76
}
80
77
#repo-header-download-drop {
81
78
line-height : 24px ;
82
79
width : 440px ;
83
80
top : 50px ;
84
- left : -354 px ;
81
+ left : -370 px ;
85
82
padding : 20px ;
86
83
box-sizing : border-box ;
87
84
z-index : 1 ;
88
85
.btn > i {
89
86
margin-right : 6px ;
90
87
}
88
+ button ,
89
+ input {
90
+ font-size : 11px ;
91
+ }
91
92
}
92
93
#repo-content {
93
94
padding : 18px 0 ;
94
95
}
95
96
#repo-clone-url {
96
97
border-right : none ;
97
- width : 196 px ;
98
+ width : 200 px ;
98
99
border-left : none ;
99
100
}
100
101
#repo-clone-help {
Original file line number Diff line number Diff line change 8
8
{{if .Repository.IsMirror}}<span class="label label-gray">{{.i18n.Tr "mirror"}}</span>{{end}}
9
9
</h1>
10
10
<ul id="repo-header-meta" class="right menu menu-line">
11
- <li id="repo-header-download" class="inline-block down drop">
11
+ <li id="repo-header-download" class="drop">
12
12
<a id="repo-header-download-btn" href="#">
13
13
<button class="btn btn-black text-bold btn-radius">
14
14
<i class="octicon octicon-cloud-download"></i>
You can’t perform that action at this time.
0 commit comments