Hi all,
Does anyone have any suggestions on how can I remove the empty bar at the top of the RadProgress box?
See attached image.
Thanks in advance
Rich
Does anyone have any suggestions on how can I remove the empty bar at the top of the RadProgress box?
See attached image.
Thanks in advance
Rich
4 Answers, 1 is accepted
0
Hello Rich,
You can use the following css class selector to remove the sprite image that is applied to the RadProgressArea control:
The example applies to the control when you are using the Office2010Silver skin and depending on the skin that you are setting you will need to change the name of the selector.
Kind regards,
Kate
the Telerik team
You can use the following css class selector to remove the sprite image that is applied to the RadProgressArea control:
div.RadUploadProgressArea_Office
2010
Silver .ruProgress
{
background-image
:
none
;
}
The example applies to the control when you are using the Office2010Silver skin and depending on the skin that you are setting you will need to change the name of the selector.
Kind regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0

RichJ
Top achievements
Rank 1
answered on 09 May 2012, 09:24 PM
Thanks for the reply Kate,
Your css did indeed remove the background sprite, however I'm left with a large empty space at the top (see image). How do I reduce this as per image 2?
Cheers
Rich
Your css did indeed remove the background sprite, however I'm left with a large empty space at the top (see image). How do I reduce this as per image 2?
Cheers
Rich
0
Accepted
Hi Rich,
You can use the following css class to reduce the blank space in the progress area:
All the best,
Kate
the Telerik team
You can use the following css class to reduce the blank space in the progress area:
div.RadUploadProgressArea li.ruProgressHeader {
margin
:
15px
18px
-7px
;
}
All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0

RichJ
Top achievements
Rank 1
answered on 14 May 2012, 11:30 PM
Hi Kate,
Thanks for the reply. Using the two style changes you've supplied has solved the problem.
Cheers
Rich
Thanks for the reply. Using the two style changes you've supplied has solved the problem.
Cheers
Rich