xref: /template/sprintdoc/css/plugins/struct.less (revision d14ffc9215f2963a812c4057cf8384bc370b9367)
1/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
2/* all media */
3/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
4
5#dokuwiki__content {
6    .structaggregation {
7        @link-height: 1.5rem;
8
9        position: relative;
10        padding-bottom: @link-height;
11        margin-bottom: @grid;
12
13        table th input:focus {
14            width: 100%;
15            box-sizing: border-box;
16        }
17
18        .table {
19            margin-bottom: 0;
20        }
21
22        > a {
23            position: absolute;
24            bottom: 0;
25            height: @link-height;
26            margin-bottom: 0;
27
28            &.export {
29                line-height: 1;
30                padding-top: .3em;
31            }
32        }
33    }
34    #plugin__struct_output{
35        margin-right: 0;
36    }
37
38    .struct_entry_form {
39        margin-bottom: 2rem;
40        > fieldset {
41            margin-top: 1.5rem;
42        }
43    }
44    textarea + .struct_entry_form {
45        margin-top: -.5rem;
46    }
47}
48
49.dokuwiki .struct_inlineditor {
50    z-index: 3;
51}
52