SPR-908: stop floating after msg-box

This commit is contained in:
Silke Pisulla 2017-04-20 10:49:24 +02:00
commit 1741a375bc
2 changed files with 12 additions and 1 deletions

View file

@ -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
}
}
}
}

View file

@ -9,6 +9,7 @@
#dokuwiki__content {
div.section_highlight {
clear: right;
padding-top: 0 !important; // heredity
}
.secedit button {
@ -34,7 +35,6 @@
}
}
}
}