Closed (fixed)
Project:
Acquia Marina
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Dec 2008 at 20:48 UTC
Updated:
5 Jan 2009 at 00:40 UTC
Jump to comment: Most recent file
When activated, Marina overrides the YUI editor ids/classes adding a background image to each button as can be seen from the screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | yui-editor.png | 94.18 KB | jwolf |
| YUI Editor1.jpg | 25.9 KB | dyardley |
Comments
Comment #1
dyardley commentedFixed by adding the following to YUI Editors local style sheet. yui_editor.css
.yui-toolbar-groupitem {
background-image: none !important;
}
Comment #2
jmarkantes commentedAdditionally, the padding needs to be fixed. Here's what I have in my style.css:
Comment #3
jwolf commentedComment #4
jwolf commentedFixed 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.