Completed
Last Updated: 04 May 2015 13:12 by ADMIN
ADMIN
Danail Vasilev
Created on: 12 Mar 2013 10:02
Category: Button
Type: Bug Report
0
FIX the center of the text in RadButton(ButtonType="StandardButton") when its width property is set
When RadButton (ButtonType="StandardButton") is set with a particular width, the text of the button is decentralized. Fix the center of this text. For the time being can be used either the new SkinnedButton or the following workaround:

    <style type="text/css">
        .rbDecorated
        {
            padding-left: 6px !important;
            padding-right: 10px !important;
        }
    </style>
1 comment
ADMIN
Joana
Posted on: 04 May 2015 13:12
The issue will be fixed in Q2 2015.