silverstripe / silverstripe-blog

Blog module for Silverstripe CMS
http://silverstripe.org/blog-module
BSD 2-Clause "Simplified" License
103 stars 168 forks source link

Success message overflows #210

Closed micmania1 closed 8 years ago

micmania1 commented 9 years ago

image

Runs behind the right menu.

micmania1 commented 9 years ago

Also displays space under the right menu when you scroll, but only when the success message above is present.

image

assertchris commented 9 years ago

Beta is a time for growth-hacking, not fixing things...

:trollface:

micmania1 commented 8 years ago

FYI this isn't possible with CSS. The HTML kind of looks like this.

<div class="cms-thing">
    <p class="message">Page created blah</p>
    <fieldset>
        <div class="blog-sidebar">...</div>
        <div class="blog-fields">...</div>
    </fieldset>
</div>

The only part of the template we control is inside fieldset and unfortunately CSS doesn't have parent selectors.