From 7aa53635fe9a88fbd2d2e21bffc3888e2b4baa85 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 27 Jan 2017 22:36:45 -0500 Subject: Add 'Organizations' page to user settings (#3587) User is now able to view full list of organizations belongs to. --- public/css/gogs.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/css') 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; } -- cgit v1.2.3