xref: /template/sprintdoc/css/plugins/edittable.less (revision 06e7f9edeb3e1f60d1ed1ef12d6047798b3a7a3f)
1/**
2 * Style Adjustments for the edittable plugin
3 */
4
5#dokuwiki__content.main-content {
6    div.editbutton_table {
7        position: relative; // for IE
8        z-index: 1; // for IE
9        margin-top: -1.46rem !important; // overwrite inline stales
10
11        form div.no {
12            button,
13            input.button {
14                min-height: 1rem;
15                // button - for inverted design: background-color: @button_color; color: @button_background;
16                font-size: @font-size-small;
17                margin-top: 0;
18            }
19        }
20    }
21}
22
23