xref: /template/sprintdoc/css/plugins/edit.less (revision 146c8265e6b7dfd89f7b04e9477843a1811ac22a)
1/**
2 * This file provides styles for the edit view (?do=edit), preview
3 * and section edit buttons.
4 */
5
6
7/* + + + + +  edit view  + + + + + */
8
9#dokuwiki__content {
10    div.section_highlight {
11        clear: right;
12    }
13
14    .secedit button {
15        clear: both;
16        font-size: 100%;
17        margin-top: .5rem;
18        margin-bottom: .5rem;
19    }
20
21    div.editBox {
22        background-color: #FFF;
23
24        .editButtons {
25            display: inline-block;
26            padding-bottom: 1rem;
27        }
28
29        * {
30            &:not(button) {
31                color: @color-editBox;
32            }
33        }
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        #spr__meta-box {
48            display: none;
49        }
50    }
51}
52