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

Hide space for Image.

1 Answer 41 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Ivy
Top achievements
Rank 1
Ivy asked on 05 Mar 2013, 02:59 AM
Hi,

I want to remove the blank space intended for adding images to toolbar buttons. Please help.

Thank you,
Ivy

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 05 Mar 2013, 04:12 AM
Hello,

Try overriding the default CSS as follows in order to hide the white space left for adding images.

CSS:
<style type="text/css">
    .RadToolBarDropDown .rtbWrap
    {
        background-color: White !important;
        padding: 3px !important;
    }
</style>

Thanks,
Princy.
Tags
ToolBar
Asked by
Ivy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or