diff --git a/css/area_nav-metabox.less b/css/area_nav-metabox.less
index b5a6eca..82ebbb0 100755
--- a/css/area_nav-metabox.less
+++ b/css/area_nav-metabox.less
@@ -1,4 +1,4 @@
-#meta-box {
+#spr__meta-box {
position: relative;
z-index: 10;
display: inline-block;
diff --git a/css/plugins/edit.less b/css/plugins/edit.less
index 1825c0d..37a2d67 100644
--- a/css/plugins/edit.less
+++ b/css/plugins/edit.less
@@ -36,7 +36,7 @@
margin-bottom: 1.5rem;
clear: both;
}
- #meta-box {
+ #spr__meta-box {
display: none;
}
}
diff --git a/css/plugins/magic-matcher.less b/css/plugins/magic-matcher.less
index b16bd6e..84035fc 100755
--- a/css/plugins/magic-matcher.less
+++ b/css/plugins/magic-matcher.less
@@ -6,7 +6,7 @@
/* + + + + + + + + + + + + + + + + + + + + + + + */
/* magic matcher bar with form on top of page */
-#dokuwiki_magic-matcher {
+#spr__magic-matcher {
position: fixed;
top: 0;
left: 0;
@@ -98,7 +98,7 @@ a.jiralink {
/* + + + + + no js version + + + + + */
.no-js {
- #dokuwiki_magic-matcher {
+ #spr__magic-matcher {
display: none;
}
}
@@ -108,7 +108,7 @@ a.jiralink {
/* max-width: 1023px */
@media @screen_max-lg {
- #dokuwiki_magic-matcher {
+ #spr__magic-matcher {
#magicmatcher__context {
.chosen-container-single {
width: 20% !important;
@@ -122,7 +122,7 @@ a.jiralink {
}
@media @screen_max-md {
- #dokuwiki_magic-matcher {
+ #spr__magic-matcher {
position: relative;
.container {
@@ -142,7 +142,7 @@ a.jiralink {
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media print {
- #dokuwiki_magic-matcher {
+ #spr__magic-matcher {
display: none;
}
}
diff --git a/main.php b/main.php
index cb5148b..8eadf28 100755
--- a/main.php
+++ b/main.php
@@ -319,7 +319,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";