Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FormDecorator > Breaking change: default textbox height changed in Q3 2010

Not answered Breaking change: default textbox height changed in Q3 2010

Feed from this thread
  • Posted on Nov 11, 2010 (permalink)

    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>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FormDecorator > Breaking change: default textbox height changed in Q3 2010
Related resources for "Breaking change: default textbox height changed in Q3 2010"

ASP.NET FormDecorator Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]