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

can't alter submit button css

2 Answers 58 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Lawrence
Top achievements
Rank 1
Lawrence asked on 23 Mar 2010, 11:29 PM
I am attempting to remove all of the css that is beiung applied to the submit button of the RadUpload control. Regardless of what I do, webresource.asd overrides or sets any properties that are not specified in my css, therefore causing the button to not look like the other 'normal' buttons in my app. Basically I only want the following attributes set in the css for the button: padding-top,padding-bottom, margin-left. How can I achieve this?

2 Answers, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 26 Mar 2010, 01:46 PM
Hi Lawrence,

RadUpload does not render a Submit button and you can use a regular <asp:Button> to submit the form and it will look like any other button on the page.

Kind regards,
Dimitar Milushev
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.
0
Lenny_shp
Top achievements
Rank 2
answered on 10 May 2010, 02:19 PM
Do you mean the [Select] or [Remove] button?   Replace "Simple" with the skin name that you are using.  My RadUpload is within a div.

div.RadUpload_Simple input.ruRemove 
    background-color#919191
    border1px solid #505050
    color#fff
    background-position: 0 0; 
    cursordefault
    font-size11px
    padding: 0 0 2px
    width65px

Tags
Upload (Obsolete)
Asked by
Lawrence
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Lenny_shp
Top achievements
Rank 2
Share this question
or