SPR-896: Plug-In TabInclude Styling Editbutton

This commit is contained in:
Silke Pisulla 2017-03-20 14:26:25 +01:00
commit 06e7f9edeb

View file

@ -1,13 +1,22 @@
/**
* 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;
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: @button_color; color: @button_background;
font-size: @font-size-small;
margin-top: 0;
}
}
}
}