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

Resize radEditor Mode Button

2 Answers 72 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sébastien
Top achievements
Rank 1
Sébastien asked on 21 Jun 2010, 07:46 PM
I'm looking for a way to resize the mode button at the bottom of the radEditor, beacause when I use the french language they are way too small.

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 22 Jun 2010, 04:11 PM
Hi Sébastien,

I was able to resize the mode buttons at the bottom by putting the following classes in the head of the page with RadEditor:

<style type="text/css">
        .Default .reMode_selected
        {
            background-position: -1406px 0 !important;
        }
        .reEditorModes a
        {
            width: 110px !important;
        }
    </style>

Best regards,
Rumen
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
Sébastien
Top achievements
Rank 1
answered on 22 Jun 2010, 04:47 PM
Thanks, works just fine!
Tags
Editor
Asked by
Sébastien
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Sébastien
Top achievements
Rank 1
Share this question
or