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

RadProgressArea change font

1 Answer 49 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Meik Napierski
Top achievements
Rank 1
Meik Napierski asked on 31 Mar 2010, 04:13 PM
Hello,
how can i change font of the currentFile in the Progress Area? With the selector .ruCurrentFile i can't change the font or size.


with best regards
Meik Napierski

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 02 Apr 2010, 11:24 AM
Hello Meik Napierski,

You can change the font with the .RadUploadProgressArea .ruCurrentFile selector. Here is an example

.RadUploadProgressArea .ruCurrentFile
{
    font-style:italic;
    line-height: 1.4;
}


Kind regards,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Upload (Obsolete)
Asked by
Meik Napierski
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or