/** * Style Adjustments for the edittable plugin */ #dokuwiki__content.main-content { div.editbutton_table { position: relative; // for IE z-index: 1; // for IE margin-top: -1.46rem !important; // overwrite inline stales form div.no { button, input.button { min-height: 1rem; // button - for inverted design: background-color: @button_color; color: @button_background; font-size: @font-size-small; margin-top: 0; } } + * { clear: left; } + div.editbutton_table { clear: none; } } }