This is a migrated thread and some comments may be shown as answers.

Very wide RadDock with Sitefinity skin

2 Answers 25 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Chris Dalessandri
Top achievements
Rank 1
Chris Dalessandri asked on 12 Aug 2011, 06:57 PM
I am using RadDocks (with title templates) that are approximately the width of the user's screen.  This works fine with most skins.  But when I switch to Sitefinity, the header background image (rdCenter) is not wide enough.

It seems that other skins use a vertical image and repeat it, but Sitefinity uses one big wide image that is only 1200px, presumably so you can easily include the little dots on the left.  But, now I can't switch skins.

Am I missing something?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 16 Aug 2011, 02:14 PM
Hello Chris,

The Sitefinity skins uses different sprite because of the dots as you noticed. To make it use the sprite, that other skins are using, you could use the following CSS code in the head section og your document:

<style type="text/css">
        div.RadDock_Sitefinity table tr.rdTop td.rdCenter,
        div.RadDock_Sitefinity table tr.rdTop td.rdCenter .rdTitleBar
        {
            background-image: url(HorizontalSprite.png);
            background-position: 0 -27px;
            repeat-x;
        }
    </style></telerik:RadCodeBlock>

Attached is HorizontalSprite.png that should be used. That will fix the issue, but the dots will disappear.

Best wishes,
Bojo
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Chris Dalessandri
Top achievements
Rank 1
answered on 16 Aug 2011, 04:25 PM
Thank you for your help.
Tags
Dock
Asked by
Chris Dalessandri
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Chris Dalessandri
Top achievements
Rank 1
Share this question
or