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

Legend Title css

1 Answer 66 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
David A.
Top achievements
Rank 1
David A. asked on 09 Feb 2011, 08:44 PM
Hi,
How can I set the legend font family and font size?  I have tried:

.RadForm_Office2007.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Office2007.rfdFieldset fieldset.rfdFieldset legend,
.RadForm_Office2007.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_Office2007.rfdFieldset fieldset.rfdFieldset
 { font-size:25px;}

to no avail.  Also, is it possible to make the fieldset border straight instead of rounded through css?

Thank you,
David

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 14 Feb 2011, 01:38 PM
Hello David,

You can change the appearance of the legend by using the following selector:
html.RadForm LEGEND
{
    font-family:Sans-Serif;
    font-size:x-large;
    font-style:italic;
    color:Red;
}

As for the rounded corners, they are controlled by the EnableRoundedCorners property.


Regards,
Georgi Tunev
the Telerik team
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
Tags
FormDecorator
Asked by
David A.
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or