Dan Brown

Added user listing to role edit screen

...@@ -24,4 +24,13 @@ table { ...@@ -24,4 +24,13 @@ table {
24 background-color: #F8F8F8; 24 background-color: #F8F8F8;
25 font-weight: 500; 25 font-weight: 500;
26 } 26 }
27 +}
28 +
29 +table.list-table {
30 + margin: 0 -$-xs;
31 + td {
32 + border: 0;
33 + vertical-align: middle;
34 + padding: $-xs;
35 + }
27 } 36 }
...\ No newline at end of file ...\ No newline at end of file
......