Attachments div is off screen

phatmann - April 3, 2007 - 19:49
Project:Aurora
Version:5.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:clsandford
Status:active
Description

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.

AttachmentSize
attachments-off-screen.JPG23.32 KB

#1

jgodfrey - May 31, 2007 - 16:54

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

clsandford - April 10, 2009 - 10:34
Assigned to:Anonymous» clsandford

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:
where the table is inserted.
But trying to find where to add the align="left" in the css is beyond me.

Any one got any temporary fixs?

Thanks

#3

clsandford - April 11, 2009 - 14:10

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;
}

 
 

Drupal is a registered trademark of Dries Buytaert.