I have a block on made from the view module with an aggregator item in it.

I've added this to the acquia_marina.info file (with the others)

skinr[marina-block-title-icon-styles][options][16][label] = Twitter
skinr[marina-block-title-icon-styles][options][16][class] = icon_twitter

I've also added this to the fusion-acquia-marina-style.css file (again with the other)

.icon_twitter .block-icon {
background: url(../images/icons/icon_twitter.png) no-repeat left center;
}

and i've placed the icon in the icon folder with the other icons. But when i select Twitter from the select list for the block it doesn't display the icon. And if i pick a different one from the list for the same block it display fine.

Any ideas?

Thanks

Comments

Corbula’s picture

For some strange reason it's working today. Maybe it was something in the cache although i did 'flush the cache' yesterday and it didn't make a difference.

jeremycaldwell’s picture

Status: Active » Fixed

Interesting, was just about to say your code looks good and seems like you did it right so it should be working :)

Status: Fixed » Closed (fixed)

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

Vc Developer’s picture

Just wanted to add this happen to me, but I realized I miss-typed icon-sunshine.png to be icon_sunshine.png when I copied and image from another folder called icon_16_48.png: So just in case someone else have this problem, just make sure you check your spelling in the .css, .info and the .png.