ui: make permissions th less dense

This commit is contained in:
Marcin Kuzminski 2018-10-30 21:32:47 +01:00
parent 99db38dfff
commit 32e055114b
2 changed files with 15 additions and 5 deletions

View file

@ -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,

View file

@ -65,11 +65,6 @@ table.dataTable {
background-color: @grey7;
}
.td-radio + .td-owner {
padding-left: 1em;
}
th {
text-align: left;
font-family: @text-semibold;