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

Breaking change: default textbox height changed in Q3 2010

0 Answers 69 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 11 Nov 2010, 09:41 AM
In Q3 2010, the default height of all decorated by RadFormDecorator texboxes (input[type="text|password"]) was changed from 19px to 22px so that their size is identical to the size of Telerik RadInput controls.

If you want to revert back the textboxes height to their previous dimensions, use the CSS style below:

<style type="text/css">
    /* Sets height of 22px to text boxes */
    .RadForm.rfdTextbox input[type="text"], .RadForm.rfdTextbox input[type="password"]
    {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
</style>

No answers yet. Maybe you can help?

Tags
FormDecorator
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or