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 min-height: 1rem; 9 margin-top: 0; 10 font-size: @font-size-very-small; 11 } 12 } 13} 14