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

Remove empty bar in RadProgress

4 Answers 69 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
RichJ
Top achievements
Rank 1
RichJ asked on 09 May 2012, 02:46 AM
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

4 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 09 May 2012, 04:13 PM
Hello Rich,

You can use the following css class selector to remove the sprite image that is applied to the RadProgressArea control:
div.RadUploadProgressArea_Office2010Silver .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
0
Accepted
Kate
Telerik team
answered on 14 May 2012, 10:21 AM
Hi Rich,

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
Tags
Upload (Obsolete)
Asked by
RichJ
Top achievements
Rank 1
Answers by
Kate
Telerik team
RichJ
Top achievements
Rank 1
Share this question
or