From 577d0c1e94d028aa86996f7a2f6a48e31a5b85ed Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Thu, 27 Apr 2017 14:33:37 +0200 Subject: [PATCH 1/3] SPR-943: Template: Pixel-Fehler bei Edittable button --- css/area_main-content-secedit.less | 17 ++++------------- css/plugins/edit.less | 11 ++++++++++- css/plugins/edittable.less | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/css/area_main-content-secedit.less b/css/area_main-content-secedit.less index 56d7b72..3881c79 100644 --- a/css/area_main-content-secedit.less +++ b/css/area_main-content-secedit.less @@ -1,33 +1,24 @@ /** - * This styles the section editing buttons and highlighting + * This styles the "section editing button" */ #dokuwiki__content.main-content { - div.section_highlight { - clear: right; - background: repeating-linear-gradient( - -45deg, - @highlight-odd-ini_text, - @highlight-odd-ini_text 10px, - @highlight-even-ini_text 10px, - @highlight-even-ini_text 20px, - ); - border-color: @ini_background_page_header; - } - .editbutton_section { position: relative; z-index: 2; top: 0; float: right; + margin-top: 0; // for best position of edit-tab beneeth table form div.no { button { + margin-top: -.4rem; padding-right: 0; } } + // "section editing button" button { background-color: transparent; color: transparent; diff --git a/css/plugins/edit.less b/css/plugins/edit.less index a07fe4a..ee99b30 100644 --- a/css/plugins/edit.less +++ b/css/plugins/edit.less @@ -1,6 +1,6 @@ /** * This file provides styles for the edit view (?do=edit), preview - * and section edit buttons. + * and "section edit button" and "editbutton_table edit button". */ @@ -9,9 +9,18 @@ #dokuwiki__content { div.section_highlight { clear: right; + background: repeating-linear-gradient( + -45deg, + @highlight-odd-ini_text, + @highlight-odd-ini_text 10px, + @highlight-even-ini_text 10px, + @highlight-even-ini_text 20px, + ); + border-color: @ini_background_page_header; padding-top: 0 !important; // heredity } + // "section edit button" and "editbutton_table edit button" .secedit button { clear: both; font-size: 100%; diff --git a/css/plugins/edittable.less b/css/plugins/edittable.less index ea979c7..487c003 100644 --- a/css/plugins/edittable.less +++ b/css/plugins/edittable.less @@ -22,7 +22,7 @@ border-radius: 0 0 @fix_border-radius @fix_border-radius; color: @ini_existing; font-size: @font-size-small; - margin-top: 0; + margin-top: 0; // for best position of edit-tab beneeth table padding-right: .3em; transition: @transition background-color, @transition border-color, @transition color; From de0d7f9d1385ce5a217d8b0e982fdbe3c53aa198 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Thu, 27 Apr 2017 15:10:44 +0200 Subject: [PATCH 2/3] SPR-908: width bug in quicksearch (widecontent), hidden quicksearch in mobile show-nav --- css/area_main-sidebar-search.less | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/area_main-sidebar-search.less b/css/area_main-sidebar-search.less index 3440215..337ef5b 100644 --- a/css/area_main-sidebar-search.less +++ b/css/area_main-sidebar-search.less @@ -184,12 +184,14 @@ @media @screen_min-md { .wide-content { .search.main-sidebar { + display: block; + p.toggleSearch { position: relative; z-index: 1; display: block; float: left; - width: 100%; + width: auto; } form { @@ -212,3 +214,12 @@ } } } + + +@media @screen_max-md { + .show-mobile-sidebar { + .search.main-sidebar { + display: block; + } + } +} From b62da6335e2cd7b805b817e6b98edf34bb9e0507 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Thu, 27 Apr 2017 15:11:23 +0200 Subject: [PATCH 3/3] SPR-908: usertools - wrong background + color in noopentasks --- css/plugins/do_tasks.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/plugins/do_tasks.less b/css/plugins/do_tasks.less index f9fbe34..ef1ae59 100755 --- a/css/plugins/do_tasks.less +++ b/css/plugins/do_tasks.less @@ -59,9 +59,15 @@ ul.page-attributes { } .noopentasks { - background-color: @ini_background; + span { + background-color: @ini_background_site; border-color: @noopentasks-border; color: @ini_text_webframe; + } + + svg path { + fill: @ini_text_webframe; + } .num { background-color: @noopentasks-border; // fix