xref: /template/sprintdoc/css/plugins/edit.less (revision c1846194665437b16e1f65f7e5381666ee9175f0)
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
8    .editBox {
9        .editButtons {
10            display: inline-block;
11            padding-bottom: 1rem;
12        }
13    }
14}
15
16
17.mode_edit {
18    .content {
19        .msg-area {
20            display: block;
21            margin-bottom: 1.5rem;
22            clear: both;
23        }
24        #spr__meta-box {
25            display: none;
26        }
27    }
28}
29