/** * This file provides styles for the edit view (?do=edit), preview * and section edit buttons. */ /* + + + + + edit view + + + + + */ .dokuwiki { div.section_highlight { clear: right; } .secedit button { clear: both; font-size: 100%; margin-top: .5rem; margin-bottom: .5rem; } #dokuwiki__content div.editbutton_table { float: left; form div.no { button, input.button { border-top: solid 1px @ini_button_background; margin-top: 0; } } } .editBox { .editButtons { display: inline-block; padding-bottom: 1rem; } } } .mode_edit { .content { .msg-area { display: block; margin-bottom: 1.5rem; clear: both; } #spr__meta-box { display: none; } } }