dokuwiki-template-sprintdoc.../css/plugins/edit.less
Andreas Gohr c184619466 more styling for section edit buttons
moved the whole section editing and highlighting stuff to its own file.
also moved the edittable specific parts to their proper plugin file.
2017-02-22 10:48:36 +01:00

28 lines
498 B
Text

/**
* 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;
}
}
}