When activated, Marina overrides the YUI editor ids/classes adding a background image to each button as can be seen from the screenshot.

CommentFileSizeAuthor
#4 yui-editor.png94.18 KBjwolf
YUI Editor1.jpg25.9 KBdyardley

Comments

dyardley’s picture

Fixed by adding the following to YUI Editors local style sheet. yui_editor.css

.yui-toolbar-groupitem {
background-image: none !important;
}

jmarkantes’s picture

Additionally, the padding needs to be fixed. Here's what I have in my style.css:

/* Fix for YUI buttons */
.yui-toolbar-groupitem {
background-image: none !important;
padding:0px !important;
}
jwolf’s picture

Assigned: Unassigned » jwolf
jwolf’s picture

Status: Active » Fixed
StatusFileSize
new94.18 KB

Fixed in release 6.x-1.4

@xguardianx - for sanity sake, when referring to a module please provide a link to that module to make it easier to find.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.