From: slene Date: Sat, 15 Mar 2014 16:41:12 +0000 (+0800) Subject: update user repos style X-Git-Tag: v0.9.99~2428^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=606ad6dcd03185c5755708af500072b2098dca3c;p=gitea.git update user repos style --- diff --git a/public/css/gogs.css b/public/css/gogs.css index 1c0b2d7be3..6b510364b7 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -551,6 +551,38 @@ html, body { border-top: none; } +.repo-list li { + padding: 15px 0; + border-top: 1px solid #ddd; +} + +.repo-list li:first-child { + border-top: none; +} + +.repo-list h4 { + font-weight: bold; + font-size: 24px; +} + +.repo-list .meta { + margin: 15px 0 0; + font-size: 14px; +} + +.repo-list .desc { + font-size: 15px; +} + +.repo-list .meta .fa { + margin: 0 0 0 20px; +} + +.repo-list .meta, +.repo-list .info { + color: #999; +} + #wrapper { min-height: 100%; height: auto !important; diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index aa15cb88bb..84d3b13c92 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -46,10 +46,18 @@ {{else}} {{$owner := .Owner}}
+
{{end}}