summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-11-10 05:30:07 -0500
committerUnknwon <joe2010xtmf@163.com>2014-11-10 05:30:07 -0500
commite0de6cb5adf5a81a95840f648d8a388b566202bd (patch)
tree6407a7524675e00d2a942ffa2868074dbd17b96c /public
parentff8578082eaa356637cc24a3a09548b37aad2371 (diff)
downloadgitea-e0de6cb5adf5a81a95840f648d8a388b566202bd.tar.gz
gitea-e0de6cb5adf5a81a95840f648d8a388b566202bd.zip
work on #616 and update locales
Diffstat (limited to 'public')
-rw-r--r--public/ng/css/gogs.css7
-rw-r--r--public/ng/less/gogs/repository.less7
2 files changed, 10 insertions, 4 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index df881a8393..b59b915d41 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -1052,9 +1052,9 @@ The register and sign-in page style
}
#repo-header-download-drop {
line-height: 24px;
- width: 440px;
+ width: 460px;
top: 50px;
- left: -370px;
+ left: -390px;
padding: 20px;
box-sizing: border-box;
z-index: 1;
@@ -1066,6 +1066,9 @@ The register and sign-in page style
#repo-header-download-drop input {
font-size: 11px;
}
+#repo-clone {
+ width: inherit;
+}
#repo-content {
padding: 18px 0;
}
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less
index dc8a4804d6..0663a12b50 100644
--- a/public/ng/less/gogs/repository.less
+++ b/public/ng/less/gogs/repository.less
@@ -72,9 +72,9 @@
}
#repo-header-download-drop {
line-height: 24px;
- width: 440px;
+ width: 460px;
top: 50px;
- left: -370px;
+ left: -390px;
padding: 20px;
box-sizing: border-box;
z-index: 1;
@@ -85,6 +85,9 @@
font-size: 11px;
}
}
+#repo-clone {
+ width: inherit;
+}
#repo-content {
padding: 18px 0;
}