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/less/_repository.less | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'public/less') diff --git a/public/less/_repository.less b/public/less/_repository.less index f80f9d56..7471d7f8 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -1330,6 +1330,13 @@ margin-left: 20px; display: block; } + .whitelist { + margin-left: 26px; + + .dropdown img { + display: inline-block; + } + } } } -- cgit v1.2.3