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

How to set margin between two Docks

1 Answer 53 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Big Q
Top achievements
Rank 1
Big Q asked on 21 Apr 2011, 09:59 AM
Hello Telerik,

I want to set a margin between two docks, now the first dock's bottom is too close to the second dock's top.I try to get it with css like this:

.RadDock .rdBottom{border-bottom:10px solid #fff; }

,but it doesn't work well, after collapse/expand it, the magin size was changed.How should I do? thanks

1 Answer, 1 is accepted

Sort by
0
Big Q
Top achievements
Rank 1
answered on 21 Apr 2011, 10:19 AM
Hi,
I found how to implement it: .RadDock {margin-bottom:10px !important;}. it will be better if it has a property for setting.thanks
Tags
Dock
Asked by
Big Q
Top achievements
Rank 1
Answers by
Big Q
Top achievements
Rank 1
Share this question
or