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

space left at the bottom of raddock

1 Answer 30 Views
Dock
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 30 Apr 2011, 12:17 AM
hello,

I have a raddcok dynamically created. I load Usercontrol in that. I put raddock height as auto hence it takes height of usercontrol.

I observed there is some space left at the bottom of raddcock after loading usercontrol. Please see attached image. I tried to use CSS to remove that but didnt helped.

Can you suggest better way to remove that ?
.RadDock
    {
        height: auto;
        margin: 0px 0px 9px 0px;
        padding-bottom:0px !important;
        border-bottom-width:0px;  
    }

1 Answer, 1 is accepted

Sort by
0
Accepted
Pero
Telerik team
answered on 02 May 2011, 01:21 PM
Hi Prayag,

Could you please try the following CSS and see if it helps?
<style type="text/css">
    .RadDock .rdBottom
    {
        display: none !important;
    }
    .RadDock
    {
        border-bottom: 1px solid #d2d4d8;
    }
</style>



Kind regards,
Pero
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.

Tags
Dock
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or