summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-21 20:03:45 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-21 20:03:45 +0800
commit4e8a1bf9c927c6619926f09883dbb98af58587f8 (patch)
tree489bedcae173fffdb259526e27ef2997dc16955f /public
parentc82807a713b1c69f7781b0c6b8079d9df5e174c2 (diff)
downloadgitea-4e8a1bf9c927c6619926f09883dbb98af58587f8.tar.gz
gitea-4e8a1bf9c927c6619926f09883dbb98af58587f8.zip
fix firefox zclip bug
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index e3d423a3dc..e84f31d012 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -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;