diff options
author | Unknwon <u@gogs.io> | 2017-01-27 22:36:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-27 22:36:45 -0500 |
commit | 7aa53635fe9a88fbd2d2e21bffc3888e2b4baa85 (patch) | |
tree | 959347f460bbc97971f1df9deec5e912dd627da0 /public/css | |
parent | 2ee0c61e62a47a620bf0e8f55c896616062008c1 (diff) |
Add 'Organizations' page to user settings (#3587)
User is now able to view full list of organizations belongs to.
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 82c52724..f8c4ba7a 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2658,6 +2658,16 @@ footer .ui.language .menu { .user.settings .email.list .item:not(:first-child) .button { margin-top: -10px; } +.user.settings .orgs { + padding: 0; +} +.user.settings .orgs .item { + padding: 10px; +} +.user.settings .orgs .item .button { + margin-top: 5px; + margin-right: 8px; +} .user.profile .ui.card .username { display: block; } |