SPR-797 fix ID uniqueness
As explained on https://www.dokuwiki.org/devel:javascript#using_ids IDs may not clash with headlines. To avoid that all IDs have to use two subsequent underscores.
This commit is contained in:
parent
9281ecfa76
commit
e1fee95368
7 changed files with 16 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue