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

Progress Header Style

1 Answer 51 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
GDPR_erased
Top achievements
Rank 1
GDPR_erased asked on 10 Nov 2010, 10:07 PM
What do I use to reduce the header style/height of the progress area?
All the skins have a large header bar across the top of the progress area.
I believe it is using a couple of "tall" .gif images to create the hearder?
What part of the style whould I use to either remove this or reduce the height?
Upload or progress?
Thanks,
~bg

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 16 Nov 2010, 12:15 PM
Hi Bill,

You can use the following CSS in order to hide the area's header:

  <style type="text/css">
 
    .RadUploadProgressArea .ruProgress
    {
        padding:15px 0 0 !important;
    }
     
    .RadUploadProgressArea_Default .ruProgress
    {
        background-image: none !important;
        
    }
</style>


Regards,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Upload (Obsolete)
Asked by
GDPR_erased
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or