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

spacing of docks

2 Answers 59 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 08 May 2009, 03:23 PM
Is there a way to set spacing between Rad Docks, we have two verticle columns defined for 2 RadDockZones and I fill them with rad docks dynamically. I dont want to define 7 or 8 seperate Zones and when the docks render they do so on top of one aother with zero spacing.

Thanks,
Sam

2 Answers, 1 is accepted

Sort by
0
Accepted
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 11 May 2009, 11:13 AM
You could add  margin-bottom : 10px !important; to the RadDock css class,e.g.

<

 

style type="text/css"> 

 

.RadDock

 

 

 

margin-bottom : 10px !important;  

 

</style>

 

 

0
Sam
Top achievements
Rank 1
answered on 11 May 2009, 01:55 PM
Thanks Obi-Wan that did the trick.
Tags
Dock
Asked by
Sam
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
Sam
Top achievements
Rank 1
Share this question
or