diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-21 20:03:45 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-21 20:03:45 +0800 |
commit | 4e8a1bf9c927c6619926f09883dbb98af58587f8 (patch) | |
tree | 489bedcae173fffdb259526e27ef2997dc16955f /templates | |
parent | c82807a713b1c69f7781b0c6b8079d9df5e174c2 (diff) | |
download | gitea-4e8a1bf9c927c6619926f09883dbb98af58587f8.tar.gz gitea-4e8a1bf9c927c6619926f09883dbb98af58587f8.zip |
fix firefox zclip bug
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/single_bare.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/single_bare.tmpl b/templates/repo/single_bare.tmpl index fc0a3bd96c..f2b195617c 100644 --- a/templates/repo/single_bare.tmpl +++ b/templates/repo/single_bare.tmpl @@ -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> |