xref: /template/sprintdoc/css/plugins/edittable.less (revision c1846194665437b16e1f65f7e5381666ee9175f0)
1/**
2 * Style Adjustments for the edittable plugin
3 */
4#dokuwiki__content.main-content {
5    div.editbutton_table form div.no {
6        button,
7        input.button {
8            margin-top: 0;
9            font-size: @font-size-very-small;
10        }
11    }
12}
13