Posted by phatmann on April 3, 2007 at 7:49pm
Jump to:
| Project: | Aurora |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | clsandford |
| Status: | active |
Issue Summary
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.
| Attachment | Size |
|---|---|
| attachments-off-screen.JPG | 23.32 KB |
Comments
#1
We 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 -
#2
I 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
#3
Woohoo,
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;
}