Charity Starter Kit Widget icons
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;Found it in 'C:\Program Files (x86)\Telerik\Sitefinity 4.1\SDK\Content\Samples\asp\CSharp\Charity\SocialWidgets\Resources\Images'