1/** 2 * This file provides styles for the edit view (?do=edit), preview 3 * and section edit buttons. 4 */ 5/* + + + + + edit view + + + + + */ 6.dokuwiki { 7 8 .editBox { 9 .editButtons { 10 display: inline-block; 11 padding-bottom: 1rem; 12 } 13 } 14} 15 16 17.mode_edit { 18 .content { 19 .msg-area { 20 display: block; 21 margin-bottom: 1.5rem; 22 clear: both; 23 } 24 #spr__meta-box { 25 display: none; 26 } 27 } 28} 29