From e0de6cb5adf5a81a95840f648d8a388b566202bd Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 10 Nov 2014 05:30:07 -0500 Subject: work on #616 and update locales --- public/ng/css/gogs.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'public/ng/css') 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; } -- cgit v1.2.3