SPR-908: stop floating after msg-box
This commit is contained in:
parent
41b18cd7b1
commit
1741a375bc
2 changed files with 12 additions and 1 deletions
css
|
@ -25,8 +25,19 @@
|
|||
border-bottom: 1px solid @ini_border_light;
|
||||
}
|
||||
|
||||
.msg-area + * {
|
||||
clear: both;
|
||||
padding-top: 1em; // as h1
|
||||
}
|
||||
|
||||
#plugin__highlightparent {
|
||||
clear: none;
|
||||
display: block;
|
||||
|
||||
+ * {
|
||||
clear: both;
|
||||
padding-top: 1em; // as h1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#dokuwiki__content {
|
||||
div.section_highlight {
|
||||
clear: right;
|
||||
padding-top: 0 !important; // heredity
|
||||
}
|
||||
|
||||
.secedit button {
|
||||
|
@ -34,7 +35,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue