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

How to decrease the toolbar height?

1 Answer 147 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Jener
Top achievements
Rank 1
Jener asked on 12 Sep 2008, 03:57 PM
We feel the RadToolBar is a bit too high.  How to change the height of it?  I am using RadToolBar in Server Control.  I can embed a CSS in DLL.  So basically I need to put something in the CSS which overrides RadControl's skin such as Default.
Thanks.

Shuqing

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 15 Sep 2008, 12:55 PM
Hello Shuqing,

Please add the following css styles to your page to decrease a little the toolbar height:

<style type="text/css">  
    .RadToolBar_Default .rtbInner {  
        padding-bottom3px !important;  
    }  
    .RadToolBar_Default .rtbOuter {  
        padding-top3px !important;  
    }  
</style> 

In case this doesn't help, please send us the definition of RadToolBar with all the items. Thanks

Regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolBar
Asked by
Jener
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or