xref: /template/sprintdoc/css/plugins/edit.less (revision ccfc6726bebd5db1fa5e9d2b568d44041d1e8f5e)
1/**
2 * This file provides styles for the edit view (?do=edit), preview
3 * and section edit buttons.
4 */
5/* + + + + +  edit view  + + + + + */
6.dokuwiki {
7    div.section_highlight {
8        clear: right;
9    }
10
11    .secedit button {
12        clear: both;
13        font-size: 100%;
14        margin-top: .5rem;
15        margin-bottom: .5rem;
16    }
17
18    #dokuwiki__content div.editbutton_table {
19        float: left;
20
21        form div.no {
22            button,
23            input.button {
24                border-top: solid 1px @button_background;
25                margin-top: 0;
26            }
27        }
28    }
29
30    .editBox {
31        .editButtons {
32            display: inline-block;
33            padding-bottom: 1rem;
34        }
35    }
36}
37
38
39.mode_edit {
40    .content {
41        .msg-area {
42            display: block;
43            margin-bottom: 1.5rem;
44            clear: both;
45        }
46
47        #meta-box {
48            display: none;
49        }
50    }
51}
52