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;
|
border-bottom: 1px solid @ini_border_light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.msg-area + * {
|
||||||
|
clear: both;
|
||||||
|
padding-top: 1em; // as h1
|
||||||
|
}
|
||||||
|
|
||||||
#plugin__highlightparent {
|
#plugin__highlightparent {
|
||||||
|
clear: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
+ * {
|
||||||
|
clear: both;
|
||||||
|
padding-top: 1em; // as h1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#dokuwiki__content {
|
#dokuwiki__content {
|
||||||
div.section_highlight {
|
div.section_highlight {
|
||||||
clear: right;
|
clear: right;
|
||||||
|
padding-top: 0 !important; // heredity
|
||||||
}
|
}
|
||||||
|
|
||||||
.secedit button {
|
.secedit button {
|
||||||
|
@ -34,7 +35,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue