In image_attach.css, there's a rule:
.image-attach-body {
float: right;
margin-left: 1em;
}
As far as I can tell, this isn't applied anywhere.
Meanwhile, attached images in a node's regular view appear above all the text (which doesn't look very good), and have the class 'image-attach'.
I suspect these images should be getting the class that's in the css file.
Here's a patch for that.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | image_attach.css_133128.patch | 667 bytes | drewish |
| image attach body css.patch | 219 bytes | joachim |
Comments
Comment #1
drewish commentedgood catch. when testing this i also noticed that the -preview class is no longer used. i've removed it from this patch.
Comment #2
drewish commentedi went ahead and committed this.
Comment #3
(not verified) commentedComment #4
joachim commentedIs this in the lastest release, 5.x-1.1? I don't see it in the notes: http://drupal.org/node/140841
(Not that I'm chasing credit, I'm just trying to figure out how far my version diverges from the release :)
Comment #5
drewish commentedit probably did. i pulled out the updates by looking at the file histories by hand. i didn't check the .css file for updates.