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 div.section_highlight { 8 clear: right; 9 } 10 .secedit button { 11 clear: both; 12 font-size: 100%; 13 margin-top: .5rem; 14 margin-bottom: .5rem; 15 } 16 div.editbutton_table form div.no { 17 button, 18 input.button { 19 border-top: solid 1px @button_background; 20 margin-top: 0; 21 } 22 } 23 .editBox { 24 .editButtons { 25 display: inline-block; 26 padding-bottom: 1rem; 27 } 28 } 29} 30 31 32.mode_edit { 33 .content { 34 .msg-area { 35 display: block; 36 margin-bottom: 1.5rem; 37 clear: both; 38 } 39 #spr__meta-box { 40 display: none; 41 } 42 } 43} 44