From f33e6ae09ec27e898bb8f2cc44d587ea3b8e0dee Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Mon, 17 Jul 2017 05:04:43 +0300 Subject: Remove unit types commits and settings (#2161) * Remove unit types commits and settings * Can not limit units in administrator teams * Limit changing units only to teams with read and write access mode * Small code optimization --- public/css/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css') diff --git a/public/css/index.css b/public/css/index.css index b37fede0cb..8e43a7e166 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -1202,6 +1202,9 @@ footer .ui.language .menu { margin-top: -1px; font-size: 15px; } +.repository .tabs .navbar { + justify-content: initial; +} .repository .navbar { display: flex; justify-content: space-between; -- cgit v1.2.3