# HG changeset patch # User Marcin Kuzminski # Date 2018-10-30 20:32:47 # Node ID 442125de07856d4469d17b7c9e473ebfd8d73513 # Parent 343cf3c22aa77d6436ddce4a9e18d31406cbcd63 ui: make permissions th less dense diff --git a/rhodecode/public/css/main.less b/rhodecode/public/css/main.less --- a/rhodecode/public/css/main.less +++ b/rhodecode/public/css/main.less @@ -2375,6 +2375,21 @@ table.dataTable { } } +table.rctable { + &.permissions { + + th.td-owner { + padding: 0; + } + + th { + font-weight: normal; + padding: 0 5px; + } + + } +} + // TODO: johbo: Fix for IE10, this avoids that we see a border // and padding around checkboxes and radio boxes. Move to the right place, diff --git a/rhodecode/public/css/tables.less b/rhodecode/public/css/tables.less --- a/rhodecode/public/css/tables.less +++ b/rhodecode/public/css/tables.less @@ -65,11 +65,6 @@ table.dataTable { background-color: @grey7; } - .td-radio + .td-owner { - padding-left: 1em; - } - - th { text-align: left; font-family: @text-semibold;