/** * This file provides styles for the edit view (?do=edit), preview * and section edit buttons. */ /* + + + + + edit view + + + + + */ .dokuwiki { .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; } } }