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

Change Button Font-size and Width

2 Answers 302 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 26 Aug 2009, 11:48 AM
I've reviewed the following post: http://www.telerik.com/community/forums/aspnet-ajax/form-decorator/how-do-you-change-button-font-size.aspx.  This seems to have no effect on the RadControls for ASP.NET AJAX Q2 2009.  Can you help?  Thank you in advance.

2 Answers, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 26 Aug 2009, 12:02 PM
Hello Stephen Brooker,

This is becuase of the new rendering of the skinned buttons with RadFormDecorator - we do not hide the real button anymore, but simply add the .rfdDecorated CSS class to it and wrap it in a <a /> tag.

The correct CSS that you should use is:

.rfdButton a.rfdSkinnedButton .rfdDecorated
{
 font-size: 14px !important;
 font-weight: bold !important;
}


Sincerely yours,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Stephen
Top achievements
Rank 1
answered on 26 Aug 2009, 12:19 PM
This worked great.  Thanks for the help.
Tags
FormDecorator
Asked by
Stephen
Top achievements
Rank 1
Answers by
Martin
Telerik team
Stephen
Top achievements
Rank 1
Share this question
or