29 lines
700 B
Text
29 lines
700 B
Text
/**
|
|
* Style Adjustments for the edittable plugin
|
|
*/
|
|
|
|
#dokuwiki__content.main-content {
|
|
div.editbutton_table {
|
|
position: relative; // for IE
|
|
z-index: 1; // for IE
|
|
margin-top: -1.46rem !important; // overwrite inline stales
|
|
|
|
form div.no {
|
|
button,
|
|
input.button {
|
|
min-height: 1rem;
|
|
// button - for inverted design: background-color: @ini_button_color; color: @ini_button_background;
|
|
font-size: @font-size-small;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
+ * {
|
|
clear: left;
|
|
}
|
|
|
|
+ div.editbutton_table {
|
|
clear: none;
|
|
}
|
|
}
|
|
}
|