Hello,
I am having trouble in increasing the size of the button. I did change the height and color options in the css file but it does nto change. I attached a image to this email which shows the button. How can i increase the size of this button?
<telerik:RadAsyncUpload runat="server" ID="RadAsyncUpload1" AllowedFileExtensions="pdf,jpg,jpeg,txt" MultipleFileSelection="Automatic" CssClass="wizInternalLabels" dir="rtl" PostbackTriggers="btnCustomFinish" > <Localization Select=" Select a document to upload " /> </telerik:RadAsyncUpload>
.ruButton.ruBrowse
{
min-width:500px;
font-size:18px;
color:Red;
font-weight:bold;
height:100px;
}
.wizInternalLabels
{
color:#00008B;
font-size:x-large;
height:200px;
}
Thanks in Advance
