Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Media WYSIWYG
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2017 at 19:34 UTC
Updated:
27 Oct 2017 at 14:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
adam-delaney commentedUpdating version for the version I'm testing with.
Comment #3
joseph.olstadwhat base theme are you using?
is it bootstrap?
or other?
Comment #4
joseph.olstadComment #5
adam-delaney commentedI am using Radix, however I have been able to replicate the issue using Bartik. I don't see any preprocessing of classes within any modules that I am using that would modify the default class implemented by media_browser. The CSS is being called from
media/modules/media_wysiwyg/css/media_wysiwyg.base.css, i.e..media-wysiwyg-align-left { }, which means it is agnostic from any theme styles.Comment #6
joseph.olstadok, so if you propose a css adjustment for this, a patch could be made from that and thus reviewed.
Comment #7
adam-delaney commentedHere's a patch that adds the midea-float-{position} selector to the corresponding css declarations in media_wysiwyg.base.css.
Comment #8
adam-delaney commentedComment #11
joseph.olstad