##// END OF EJS Templates
ui: make permissions th less dense
marcink -
r3185:442125de default
parent child Browse files
Show More
@@ -2375,6 +2375,21 b' table.dataTable {'
2375 }
2375 }
2376 }
2376 }
2377
2377
2378 table.rctable {
2379 &.permissions {
2380
2381 th.td-owner {
2382 padding: 0;
2383 }
2384
2385 th {
2386 font-weight: normal;
2387 padding: 0 5px;
2388 }
2389
2390 }
2391 }
2392
2378
2393
2379 // TODO: johbo: Fix for IE10, this avoids that we see a border
2394 // TODO: johbo: Fix for IE10, this avoids that we see a border
2380 // and padding around checkboxes and radio boxes. Move to the right place,
2395 // and padding around checkboxes and radio boxes. Move to the right place,
@@ -65,11 +65,6 b' table.dataTable {'
65 background-color: @grey7;
65 background-color: @grey7;
66 }
66 }
67
67
68 .td-radio + .td-owner {
69 padding-left: 1em;
70 }
71
72
73 th {
68 th {
74 text-align: left;
69 text-align: left;
75 font-family: @text-semibold;
70 font-family: @text-semibold;
General Comments 0
You need to be logged in to leave comments. Login now