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.
This commit is contained in:
Andreas Gohr 2017-02-22 10:48:36 +01:00
commit c184619466
5 changed files with 71 additions and 56 deletions

View file

@ -4,22 +4,7 @@
*/
/* + + + + + edit view + + + + + */
.dokuwiki {
div.section_highlight {
clear: right;
}
.secedit button {
clear: both;
font-size: 100%;
margin-top: .5rem;
margin-bottom: .5rem;
}
div.editbutton_table form div.no {
button,
input.button {
border-top: solid 1px @button_background;
margin-top: 0;
}
}
.editBox {
.editButtons {
display: inline-block;

View file

@ -0,0 +1,12 @@
/**
* Style Adjustments for the edittable plugin
*/
#dokuwiki__content.main-content {
div.editbutton_table form div.no {
button,
input.button {
margin-top: 0;
font-size: @font-size-very-small;
}
}
}