SPR-896: Plug-In TabInclude Styling Editbutton
This commit is contained in:
parent
7bd5c61bdc
commit
06e7f9edeb
1 changed files with 15 additions and 6 deletions
|
@ -1,13 +1,22 @@
|
||||||
/**
|
/**
|
||||||
* Style Adjustments for the edittable plugin
|
* Style Adjustments for the edittable plugin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#dokuwiki__content.main-content {
|
#dokuwiki__content.main-content {
|
||||||
div.editbutton_table form div.no {
|
div.editbutton_table {
|
||||||
|
position: relative; // for IE
|
||||||
|
z-index: 1; // for IE
|
||||||
|
margin-top: -1.46rem !important; // overwrite inline stales
|
||||||
|
|
||||||
|
form div.no {
|
||||||
button,
|
button,
|
||||||
input.button {
|
input.button {
|
||||||
min-height: 1rem;
|
min-height: 1rem;
|
||||||
|
// button - for inverted design: background-color: @button_color; color: @button_background;
|
||||||
|
font-size: @font-size-small;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
font-size: @font-size-very-small;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue