The facebook skin sometimes gives you a cutoff version on the bottom dropshadow.

Also, the resize is operating on the wrong element.

Patch fixes both of these.

Comments

starbow’s picture

Great, I will test this out. Thanks.

starbow’s picture

Status: Needs review » Fixed

In alpha5

andrewsuth’s picture

StatusFileSize
new56.32 KB

Without controlling the size of the facebook skin, I get a slightly odd looking display of the node using Chrome. See the attached image from Chrome output.

Using Firefox, it doesn't display at all but I have no problems with any of the other skins.

Does anybody else get these results?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

andrewsuth’s picture

Status: Closed (fixed) » Active

I'll update this to active as I think the issues I found should be looked into.

pribeh’s picture

On two macs here, get the same issue in Safari, and in firefox it doesn't display at all for me.

toemaz’s picture

@andrewsuth did you ever manage to fix the facebook popup style on Chrome? I have the same skin issue and I'm looking how to solve it.

toemaz’s picture

Status: Active » Closed (fixed)

@andrewsuth solution to the css problem:

td.popups-t, td.popups-b {
  height: 2px;
}