From 06e7f9edeb3e1f60d1ed1ef12d6047798b3a7a3f Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Mon, 20 Mar 2017 14:26:25 +0100 Subject: [PATCH] SPR-896: Plug-In TabInclude Styling Editbutton --- css/plugins/edittable.less | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/css/plugins/edittable.less b/css/plugins/edittable.less index 4bdbf55..178d3a8 100644 --- a/css/plugins/edittable.less +++ b/css/plugins/edittable.less @@ -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; + } } } } +