
moved the whole section editing and highlighting stuff to its own file. also moved the edittable specific parts to their proper plugin file.
28 lines
498 B
Text
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;
|
|
}
|
|
}
|
|
}
|