View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017751 | phpList 3 application | Interface - Administrator | public | 12-07-15 11:29 | 04-01-18 15:29 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.12 | ||||
Target Version | 3.3.2 | Fixed in Version | 3.3.2 | ||
Summary | 0017751: Use of descendant selector on Compose tab | ||||
Description | There is a css rule used on each of the tabs when composing a campaign body.send .panel .content div { margin:5px;} This is in file ui/dressprow/css/style.css. I think that the purpose is to provide spacing for the subsections on each tab. Being a descendant selector the rule has an unintended effect on the TinyMCE editor. The editor uses div elements for its toolbar and buttons and those are affected by the css rule with the effect of making the buttons and toolbar too large. Can the rule be changed either to use a class on each div, or make it more specific? When I developed the TinyMCE plugin the toolbar looked ok, so I guess that the css has changed since then. | ||||
Tags | No tags attached. | ||||
|
tarek, can you shine a light on that? |
|
duncan is this still an issue? Mariez, can you have a look? |
|
Sounds like a quick fix. Will take a look tonight. |
|
I worked around the problem by having the plugin add some more-specific css that sets the margin, so I think that this issue can be closed now. |
|
Thats great duncanc. thanks! |