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:
parent
c6c76462b9
commit
c184619466
5 changed files with 71 additions and 56 deletions
|
@ -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;
|
||||
|
|
12
css/plugins/edittable.less
Normal file
12
css/plugins/edittable.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue