hmmm
try this
add to each template
notemoderator_normal
notemoderator_information
notemoderator_warn
to first span add new class "note"
like that
and add to plugin css
tell me if it work
try this
add to each template
notemoderator_normal
notemoderator_information
notemoderator_warn
to first span add new class "note"
like that
<span id="notemoderator_{$note[\'nmid\']}" style="width:100%;" class="note">
and add to plugin css
.note:first-child, :not(.note) + .note { margin-top :5px; }
ornote:first-child {
margin-top :5px;
}
tell me if it work