SPR-869: debug for wiki in root
This commit is contained in:
parent
3f9d4d521a
commit
a21c6f8785
2 changed files with 27 additions and 2 deletions
|
@ -12,6 +12,13 @@
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.plugin_qc .qc_icon svg {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-top: 0.2em;
|
||||||
|
width: 1.5em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
.btn-usertools-wrapper(); // uniform li
|
.btn-usertools-wrapper(); // uniform li
|
||||||
.btn-usertools-num();
|
.btn-usertools-num();
|
||||||
|
@ -26,6 +33,24 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 .25rem;
|
margin: 0 .25rem;
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
|
width: auto;
|
||||||
|
min-height: 26px;
|
||||||
|
&:hover, &:focus, &:active {
|
||||||
|
background-color: @ini_nav_menu_hover_color;
|
||||||
|
border-color: @ini_nav_menu_hover_color;
|
||||||
|
color: @ini_nav_menu_hover_bg;
|
||||||
|
span.qc_icon {
|
||||||
|
&.qc_bad, &.qc_meh, &.qc_good {
|
||||||
|
fill: @ini_nav_menu_hover_bg;
|
||||||
|
color: @ini_nav_menu_hover_bg;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.prefix {
|
.prefix {
|
||||||
.btn-prefix ();
|
.btn-prefix ();
|
||||||
.icon-clipboard();
|
.icon-clipboard();
|
||||||
|
|
|
@ -6,7 +6,7 @@ jQuery(function () {
|
||||||
|
|
||||||
// load summary
|
// load summary
|
||||||
jQuery('.page-attributes .plugin_qc a').load(
|
jQuery('.page-attributes .plugin_qc a').load(
|
||||||
DOKU_BASE + '/lib/exe/ajax.php',
|
DOKU_BASE + 'lib/exe/ajax.php',
|
||||||
{
|
{
|
||||||
call: 'plugin_qc_short',
|
call: 'plugin_qc_short',
|
||||||
id: JSINFO['id']
|
id: JSINFO['id']
|
||||||
|
@ -20,7 +20,7 @@ jQuery(function () {
|
||||||
if ($panel.html() == '') {
|
if ($panel.html() == '') {
|
||||||
// load output
|
// load output
|
||||||
$panel.load(
|
$panel.load(
|
||||||
DOKU_BASE + '/lib/exe/ajax.php',
|
DOKU_BASE + 'lib/exe/ajax.php',
|
||||||
{
|
{
|
||||||
call: 'plugin_qc_long',
|
call: 'plugin_qc_long',
|
||||||
id: JSINFO['id']
|
id: JSINFO['id']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue