diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-22 21:53:40 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-22 21:53:40 +0800 |
commit | adda10f4a44005880f881bcb9238b74d561f8a1b (patch) | |
tree | 9e247dd21e3e09ff9494ffc3b6fcbf00a615cdf7 /public/css | |
parent | 514d7e19227555ecd9e38c642d0b7ea63d7883d2 (diff) | |
download | gitea-adda10f4a44005880f881bcb9238b74d561f8a1b.tar.gz gitea-adda10f4a44005880f881bcb9238b74d561f8a1b.zip |
add organization teams page
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 65ec79eb24..7fdde19ccc 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1898,6 +1898,10 @@ html, body { margin-top: 6px; } +#body-nav.org-nav-auto .nav a:hover { + text-decoration: none; +} + .org-description { font-size: 16px; } @@ -1978,7 +1982,7 @@ html, body { } #org-members { - margin-right: 24px; + margin-right: 30px; } #org-members .member .avatar img { @@ -2013,4 +2017,34 @@ html, body { #org-members .status, #org-members .role { line-height: 48px; text-align: right; +} + +#org-teams .org-team .panel-heading { + margin-top: 0; +} + +#org-teams .org-team .panel-heading a { + color: #444; +} + +#org-teams .org-team-members { + margin-top: 18px; +} + +#org-teams .org-team-members img { + width: 40px; + height: 40px; + margin-right: 12px; +} + +#org-teams .org-team-members a { + display: inline-block; +} + +#org-teams .org-team .panel-footer { + height: 60px; +} + +#org-teams .org-team { + border-bottom: none; }
\ No newline at end of file |