1.dokuwiki .structaggregation {
2  table {
3    th.action,
4    td.action,
5    tr.dataflt {
6      display: none;
7    }
8  }
9}
10
11.dokuwiki .structaggregation.listaggregation > ul li div {
12  display: inline;
13
14  p {
15    display: inline;
16    margin: 0;
17  }
18}
19
20.dokuwiki .struct_entry_form {
21  display: none;
22}
23
24.dokuwiki .structaggregation {
25  &.structaggregationtable, &.structaggregationeditortable {
26    table.inline td {
27      & > *:last-child {
28        margin-bottom: 0;
29      }
30      & > *:first-child {
31        margin-top: 0;
32      }
33    }
34  }
35}
36
37