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

browse button width

2 Answers 83 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Sudhanva
Top achievements
Rank 1
Sudhanva asked on 25 May 2009, 12:40 PM
Hi,

I have Three dots in the place of Browse text in the browse button.

Here is my Code:
 <telerik:RadUpload ID="RadUpload1" runat="server" ControlObjectsVisibility="None" 
  InputSize="34" Width="200px" ReadOnlyFileInputs="true">  
<Localization Select="..." /> 
    </telerik:RadUpload>     

And i need the width of the Button to be reduced.

How can i achieve this?

Help me.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 May 2009, 04:34 AM
Hi Sudhanva,

Give a try with following CSS and for setting the width of 'Select' button.

CSS:
 
<style type="text/css"
* html .RadUpload_Default .ruButton 
    width30px !important; 
</style> 

-Shinu.
0
Genady Sergeev
Telerik team
answered on 28 May 2009, 07:02 AM
Hi Shinu,

<style type="text/css">
    div.RadUpload .ruBrowse
    {
        width: 30px;
        border-right:1px solid #C2C4BD;
    }
</style>

Greetings,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Upload (Obsolete)
Asked by
Sudhanva
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Genady Sergeev
Telerik team
Share this question
or