xref: /template/sprintdoc/css/plugins/edit.less (revision 202ac8de1e786ed7d753c9cb9e5cb43b0727d172)
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 {
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    #dokuwiki__content div.editbutton_table {
22        float: left;
23
24        form div.no {
25            button,
26            input.button {
27                border-top: solid 1px @ini_button_background;
28                margin-top: 0;
29            }
30        }
31    }
32
33    .editBox {
34        .editButtons {
35            display: inline-block;
36            padding-bottom: 1rem;
37        }
38    }
39}
40
41
42.mode_edit {
43    .content {
44        .msg-area {
45            display: block;
46            margin-bottom: 1.5rem;
47            clear: both;
48        }
49
50        #spr__meta-box {
51            display: none;
52        }
53    }
54}
55