From 6072e9a52cf01723aea2b9a5ca7dfe22b101fbfc Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 23 Feb 2017 18:25:12 -0500 Subject: repo: add protect branch whitelist (#4177) Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. --- public/css/gogs.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index ed6ef2a9..afef67ac 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2310,6 +2310,12 @@ footer .ui.language .menu { margin-left: 20px; display: block; } +.repository.settings.branches .branch-protection .whitelist { + margin-left: 26px; +} +.repository.settings.branches .branch-protection .whitelist .dropdown img { + display: inline-block; +} .repository.settings.webhooks .types .menu .item { padding: 10px !important; } -- cgit v1.2.3