Closed (won't fix)
Project:
Aurora
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Apr 2007 at 19:49 UTC
Updated:
24 Feb 2012 at 14:26 UTC
On Firefox, if I attach a file to a node, when I view this node, the attachment div is nearly off the screen. See screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| attachments-off-screen.JPG | 23.32 KB | phatmann |
Comments
Comment #1
jgodfrey commentedWe are seeing the same issue, except it is occurring with tables. For a while, as a temporary fix, we could insert an
above the table to keep it from showing off of the screen. It appears that this is still not corrected in the new release/update for the theme.
Thanks.
- John -
Comment #2
clsandford commentedI get the same issue with tables.
Is there a fix on the way, its almost been a year since the last post.
jgodfrey, what was your temporary fix, can't understand your sentence.
I've tried to fix it but can't seem to find where exactly to put a fix.
Using firebug (firefox pugin) by changing the offset, and then some other bits, so i end up with this:
But trying to find where to add the align="left" in the css is beyond me.
Any one got any temporary fixs?
Thanks
Comment #3
clsandford commentedWoohoo,
I think i've fixed it.
I added a 'float:left;' style to the table field on line 427 of the 'styles.css' file.
It seems to work. I will post again if I notice any other problems arise from this tweek.
- line 427 -
table {
margin: 0.5em 0 1em 0;
width: 100%;
float:left;
}
Comment #4
Snugug commentedHey phatmann, jgodfrey, and clsandford, sorry it's taken so long for anyone to get back to you all.
I have recently taken over this project and am taking it in a new, D7 only direction, and as such, and am no longer supporting the previous incarnation of this theme. As such, I'm sorry to say, I will not be fixing this issue.