Reply to thread

In Safari web browser, the following CSS is not correct resulting in the text (when using a block notice) being too close to the dismiss button. In other browsers I tested in using, it did not seem to be a problem and it displayed correctly regardless.


[CODE]#Notices .panel .noticeContent

{

     padding-right: 25px;

}[/CODE]


[ATTACH=full]111117[/ATTACH]


The notices template was changed to render:


[CODE]<div class="PanelScroller Notices"[/CODE]


It previously rendered:


[CODE]<div class="PanelScroller" id="Notices"[/CODE]


The CSS above didn't change to reflect that.


Back
Top Bottom