Needs work
Project:
Outline Designer
Version:
6.x-1.3
Component:
Theme Compatibility
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 02:50 UTC
Updated:
9 Jan 2012 at 21:43 UTC
See attached.
| Comment | File | Size | Author |
|---|---|---|---|
| outline_designer_overlap_with_acquia_marina_blocks.png | 21.87 KB | foredoc |
Comments
Comment #1
btopro commentedhmm... that's very strange. Have you noticed this in other themes or just this one? OD seeks cross theme compliancy so I would welcome a patch to fix this (probably just modifying z-index of the lil popover thing, but not sure).
Comment #2
foredoc commentedwith garland, since the popup window and block region have no overlap, it is hard to tell which one will be on top
Comment #3
foredoc commentedI "fixed" it by change the position of the popup window via css.
Comment #4
btopro commentedwould you mind posting what the css changes were to accomplish this?
Comment #5
foredoc commentedI only modified the following in BOLD, and the solution is limited to my theme layout setup.
#od_popup {
display:none;
/*background-color:#FFF;
border:solid steelblue 5px;*/
position:fixed;
float:left;
left:30%; /* originally, it is 40% */
top:25%;
text-align:left;
background-image:none !important;
}
FYI