When attaching images to a document page, the thumbnails are butted up right against each other. A few pixels of padding in between each thumbnail would look a lot nicer.

CommentFileSizeAuthor
#3 thumbnails_float_margin.png42.97 KBArgus
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Brentnauer’s picture

Is this not feasible?

mpotter’s picture

Yes, I've added this to my list.

Argus’s picture

FileSize
42.97 KB

This would need to be added:

.pane-node-field-oa-media {overflow: hidden;}
img.panopoly-image-thumbnail {float: left; margin: 0 10px 10px 0;}

Result:

Nicely aligned thumbnails

JKingsnorth’s picture

Status: Active » Closed (fixed)

I think this issue is now out of date. In the latest version there is padding between the images, though the display could probably be improved. That should be in a separate issue though =]