diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-08 04:45:38 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-08 04:45:38 -0400 |
commit | a80d8d96fa592fc357b0e3f94ccd114d71852557 (patch) | |
tree | 934afaa19b666b2ae5c6e962d2cbb8f24a24bc01 /public/css | |
parent | 302c863cda651130286838309d3d897cace93534 (diff) | |
parent | 4fcbf553aa9b451bc461e09a98711966668e1889 (diff) | |
download | gitea-a80d8d96fa592fc357b0e3f94ccd114d71852557.tar.gz gitea-a80d8d96fa592fc357b0e3f94ccd114d71852557.zip |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 94 |
1 files changed, 93 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 79fd4bf908..09249811a2 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1643,7 +1643,7 @@ html, body { vertical-align: top; } -#label-color-change-ipt2{ +#label-color-change-ipt2 { margin-top: 1px; } @@ -1814,4 +1814,96 @@ html, body { #release-preview { margin: 6px 0; +} + +/* organization */ + +#body-nav.org-nav { + height: 140px; + padding: 16px 0; +} + +.org-nav .org-logo { + margin-right: 16px; + width: 100px; + height: 100px; +} + +.org-nav .org-name { + margin-top: 0; +} + +.org-description { + font-size: 16px; +} + +.org-meta li, .org-meta li a, .org-repo-update, .org-repo-status, .org-team-meta { + color: #888; +} + +.org-meta li { + margin-right: 12px; +} + +.org-meta li a:hover { + text-decoration: underline; +} + +.org-meta .fa { + margin-left: 0; +} + +.org-sidebar { + margin-top: -100px; +} + +.org-panel .panel-heading { + font-size: 18px; +} + +.org-repo-status { + font-family: Verdana, Arial, Helvetica, sans-serif; +} + +.org-repo-item { + border-bottom: 1px solid #DDD; + padding-bottom: 18px; +} + +.org-member img { + width: 60px; + height: 60px; + border-radius: 4px; +} + +.org-member { + display: inline-block; + padding: 2px; +} + +.org-team-name { + font-size: 15px; + margin-bottom: 0; + color: #444; +} + +.org-team { + border-bottom: 1px solid #DDD; + margin-bottom: 12px; +} + +.org-team:last-child { + border: none; +} + +.org-team a { + display: block; +} + +.org-team a:hover { + text-decoration: none; +} + +.org-team a:hover .org-team-name { + color: #0079bc !important; }
\ No newline at end of file |