ui: make permissions th less dense
This commit is contained in:
parent
99db38dfff
commit
32e055114b
2 changed files with 15 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -65,11 +65,6 @@ table.dataTable {
|
|||
background-color: @grey7;
|
||||
}
|
||||
|
||||
.td-radio + .td-owner {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
font-family: @text-semibold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue