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

Align Buttons horizontally.

1 Answer 128 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Antony
Top achievements
Rank 1
Antony asked on 15 Apr 2013, 08:37 AM
Hi,

Using CSS, is it possible to horizontally align the Transfer and Reorder buttons of RadListbox?

Thanks,
Antony.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 Apr 2013, 09:42 AM
Hi,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .RadListBox .rlbButton
    {
        display: table-cell !important;
    }
</style>

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