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

Spacing between dock objects

1 Answer 64 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Trina Wilson
Top achievements
Rank 1
Trina Wilson asked on 01 Jul 2009, 06:53 PM
Hi,

Is there a way to add spacing between the objects in a dock zone. This is spacing on the top and bottom of objects.

Thank you!

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 03 Jul 2009, 07:29 AM
Hello Trina,


This can be done using css by setting "margin-top" or "margin-bottom" to the desired value. The following code sets 10px spacing among all of docks in the zone.

    <style type="text/css"
        .RadDock 
        { 
             margin-top:10px ! important; 
        } 
    </style> 



Best wishes,
Pero
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Dock
Asked by
Trina Wilson
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or