13 lines
287 B
Text
13 lines
287 B
Text
/**
|
|
* Style Adjustments for the edittable plugin
|
|
*/
|
|
#dokuwiki__content.main-content {
|
|
div.editbutton_table form div.no {
|
|
button,
|
|
input.button {
|
|
min-height: 1rem;
|
|
margin-top: 0;
|
|
font-size: @font-size-very-small;
|
|
}
|
|
}
|
|
}
|