diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-14 16:43:22 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-14 16:43:22 -0400 |
commit | 7027ac930841960dfe850572a0e8306c6c010ef3 (patch) | |
tree | cfbfc3a9a0270c1dc3d556a3cd012b1823163d9b /public/ng/css | |
parent | b9560374cd9d06b9009eb48ef0f0cefe04a4daed (diff) | |
download | gitea-7027ac930841960dfe850572a0e8306c6c010ef3.tar.gz gitea-7027ac930841960dfe850572a0e8306c6c010ef3.zip |
Fix #461
Diffstat (limited to 'public/ng/css')
-rw-r--r-- | public/ng/css/gogs.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 68ff87856e..b92786de74 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -983,9 +983,9 @@ The register and sign-in page style background-color: transparent; } #repo-header-meta a > .btn { + line-height: 16px; font-size: 1.05em; margin-left: 16px; - line-height: 16px; } #repo-header-meta a > .btn i { margin-right: 6px; @@ -1015,7 +1015,7 @@ The register and sign-in page style line-height: 24px; width: 440px; top: 50px; - left: -354px; + left: -370px; padding: 20px; box-sizing: border-box; z-index: 1; @@ -1023,12 +1023,16 @@ The register and sign-in page style #repo-header-download-drop .btn > i { margin-right: 6px; } +#repo-header-download-drop button, +#repo-header-download-drop input { + font-size: 11px; +} #repo-content { padding: 18px 0; } #repo-clone-url { border-right: none; - width: 196px; + width: 200px; border-left: none; } #repo-clone-help { |