Charity Starter Kit Widget icons

Posted by Community Admin on 05-Aug-2018 15:58

Charity Starter Kit Widget icons

All Replies

Posted by Community Admin on 21-May-2011 00:00

I was browsing around the Charity Starter Kit in the 4.1 SDK and opened the Global\main.css file. I noticed a section called Widget icon styles that points to a file images/Widgets.png which is missing. I assume this file contains icons for the 'Drag widgets' area. I was really excited about this so I created a Widgets.png file but the custom background still does not show up.

This is the section I'm referring to:

/* -------------------------------------------------------------------- */
/* Widget icon styles */
 
.RadDock_Sitefinity .rdTable .rdTitleBar .sfTwitterFeedWidget
    background: url('../images/Widgets.png') 3px -38px no-repeat;
 
.RadDock_Sitefinity .rdTable .rdTitleBar .sfYouTubeFeedWidget
    background: url('../images/Widgets.png') 3px -138px no-repeat;
 
.RadDock_Sitefinity .rdTable .rdTitleBar .sfFlickrFeedWidget
    background: url('../images/Widgets.png') 3px -238px no-repeat;
 
.RadDock_Sitefinity .rdTable .rdTitleBar .sfLikeBoxWidget
    background: url('../images/Widgets.png') 3px -338px no-repeat;
 
.RadDock_Sitefinity .rdTable .rdTitleBar .sfiCalFeedwidget
    background: url('../images/Widgets.png') 3px -438px no-repeat;
 
.RadDock_Sitefinity .rdTable .rdTitleBar .sfDonationWidget
    background: url('../images/Widgets.png') 3px -538px no-repeat;
 
.RadDock_Sitefinity .rdTable .rdTitleBar .sfMapWidget
    background: url('../images/Widgets.png') 3px -638px no-repeat;

Can a Telerik developer comment on this functionality for me and hopefully attach the missing Widgets.png file?

Posted by Community Admin on 22-May-2011 00:00

Found it in 'C:\Program Files (x86)\Telerik\Sitefinity 4.1\SDK\Content\Samples\asp\CSharp\Charity\SocialWidgets\Resources\Images'

This thread is closed