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

Gap between docks

1 Answer 56 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Jin Developer
Top achievements
Rank 1
Jin Developer asked on 03 Nov 2009, 12:08 AM
How can I create blank spaces/gaps between vertical docks in a dockzone? It won't let me add a <BR>.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 03 Nov 2009, 02:59 PM
Hello Jin,

This can be done with the following CSS:
<style type="text/css">
    .RadDock
    {
        margin-bottom: 10px !important;
    }
</style>

It adds 10px margin to the bottom of every RadDock on the page.



Greetings,
Pero
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Dock
Asked by
Jin Developer
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or