This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix firefox zclip bug
tags/v1.2.0-rc1
FuXiaoHei
11 years ago
parent
c82807a713
commit
4e8a1bf9c9
2 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
public/css/gogs.css
+1
-1
templates/repo/single_bare.tmpl
+ 8
- 0
public/css/gogs.css
View File
@@ -817,6 +817,10 @@ html, body {
margin-bottom: 15px;
}
#repo-clone .zclip {
left: auto !important;
}
/* #source */
#source, #commits {
margin-top: -20px;
@@ -1085,6 +1089,10 @@ html, body {
margin-top: 4px;
}
.guide-box .zclip {
left: auto !important;
}
.diff-head-box h4 {
margin-top: 0;
margin-bottom: 0;
+ 1
- 1
templates/repo/single_bare.tmpl
View File
@@ -16,7 +16,7 @@
<button class="btn btn-default" data-link="{{.CloneLink.HTTPS}}" type="button">HTTPS</button>
</span>
<input type="text" class="form-control clone-group-url" id="guide-clone-url" value="" readonly/>
<span class="input-group-btn">
<span class="input-group-btn"
style="position: relative"
>
<button class="btn btn-default" type="button" data-toggle="tooltip" title="copy to clipboard" data-placement="top" data-init="copy" data-copy-val="val" data-copy-from="#guide-clone-url"><i class="fa fa-copy"></i></button>
</span>
</div>
Write
Preview
Loading…
Cancel
Save