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

RadUpload

1 Answer 55 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
AB
Top achievements
Rank 1
AB asked on 12 Feb 2010, 11:37 AM

I'd need an Input TextBox with the following characteristics:

- colour of the border: #ababab,
- height of the component: 22px,
- distance of the base of the text from the bottom: 5px,
- colour of the text: #333333,
- font of the text: verdana,
- size of the text: 11px.

Could you please send me the corresponding code,
(css head + html) valid for:

Internet Explorer,
Firefox,
Opera,
Safari,
Chrome?

Thank you

Alberto Bresesti

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 17 Feb 2010, 05:01 PM
Hi Alberto Bresesti,

Set CssClass="GrayInputBox" on your RadUpload and add this CSS to your page:
div.GrayInputBox .ruFakeInput
{
    border: 1px solid #ababab;
    font-family: Verdana;
    font-size: 11px;
    color: #333;
    height: 18px;
}
div.GrayInputBox .ruStyled .ruFileInput,
div.GrayInputBox .ruFakeInput
{
    line-height: 18px;
    padding: 0 4px 2px;
}
*+html div.GrayInputBox .ruStyled .ruFileInput,
*+html div.GrayInputBox .ruFakeInput { padding: 0 4px; }
* html div.GrayInputBox .ruStyled .ruFileInput,
* html div.GrayInputBox .ruFakeInput { padding: 0 4px; }


Greetings,
Kamen Bundev
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
AB
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or