* add the current admin plugin to the breadcrumb
* use proper translations for the various modes
* do no longer rely on JavaScript for the enhanced breadcrumb
* add image name in breadcrumb for detail view
* master:
Adjust less vars for compatibility
Use do-plugin's user task button w/ overlay
SPR-937: comment
SPR-958: Scrollbars im meta-footer (bdi)
SPR-958: Scrollbars im meta-footer (bdi)
SPR-950: optimate Headerstyling in Mobile
SPR-950: mobile - magicmatcher additional class makes wrong padding in usertoolicons
SPR-945: min-width for quicksearch qs wide-screen
SPR-950: optimate Headerstyling in Mobile
SPR-945: min-width for quicksearch qs wide-screen
SPR-945: min-width for quicksearch qs wide-screen
SPR-945: min-width for quicksearch qs wide-screen
SPR-942: sublist less indent; SPR-945: min-width for quicksearch
SPR-942: sublist alignment in sidebar; SPR-953: nav active
SPR-942: sublist less indent
SPR-908: qs old data plugin (edit button for table)
SPR-908: check fix border-radius
SPR-937: Alignment Sidebar
In the dokuwiki standard template __background__ is the variable
defining the background-color of the content. It is one of the
guaranteed placeholder that every template must provide. Hence we should
use it with the way it is used in the default template, so other plugins
can rely on it and look consistently.
Also some other base-dokuwiki styles still use it accordingly, for
example the footnotes.
SPR-954
Motivation
----------
Since we do not have a dashboard it would be useful to directly see
one's task on click upon the respective icon. Also this is most likely
the dominating reason of the dashboard-usage.
Implementation Decisions
------------------------
* Use SVG: Since we move towards using SVG everywhere in DokuWiki, I
decided to use a SVG icon here as well. This makes it compatible with
other templates too, without introducing an icon-font there.
* Using a `<span>` instead of a `<strong>`: I do not see the semantic reason
behind using a `<strong>` here.
Other Changes
-------------
* The styles related to the do-plugin have been moved from
css/area_nav-usertools.less to css/plugins/do_tasks.less
This needs the respective pull request merged from the do-plugin:
https://github.com/cosmocode/do/pull/31
SPR-962
This removes the base z-indexes as they seem not to be needed (source
order defines initial heights) and interfered with the sidbar functionality.
Removing it was suggested in SPR-899 as well