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

Remove Border

3 Answers 85 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Michael Hauk
Top achievements
Rank 1
Michael Hauk asked on 05 Dec 2008, 10:22 AM
Hi,

how can I remove the blue border around the editor text area?

I mean the 5-8px blue boarder.

Thank you

3 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 05 Dec 2008, 12:19 PM
Hello Michael Hauk,

You may remove the space between RadEditor's borders and its inner elements - toolbars, editing area, etc, but it is not recommended as it will spoil the design. Also, we are not sure which skin exactly are talking about, as we provide a couple of blue skins.

Anyways, to remove the blue space, you have to use a little CSS applied to the following classes and set to display: none:

.rade_wrapper_corner,
.rade_wrapper_center,
.rade_leftVerticalSide,
.rade_rightVerticalSide
{
    display: none !important;
}


Do not remove the !important flag, otherwise these settings would not apply.

Greetings,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Michael Hauk
Top achievements
Rank 1
answered on 27 Jan 2009, 02:13 PM
Hi,

thank you for the help and it nearly is like we need it to be.

I made some Screenshots to show you the Problems we still have.

Edit Mode:
http://img510.imageshack.us/img510/8329/editrp8.jpg
Edit Mode Text Marked
http://img510.imageshack.us/img510/1048/editmarkpd3.jpg
View Mode:
http://img142.imageshack.us/img142/6177/viewzm6.jpg

If you look at the differance you see that there is a Space added at the left side between the View Mode and the Edit Mode (the Marked Picture will let you see it more clearly)
How can we remove the space to the left?

Same thing at the upper and lower Part. Only there is also a blue Line.
How can we remove the Blue Line and the added Space?

Thank you
Michael
0
Martin
Telerik team
answered on 02 Feb 2009, 01:46 PM
Hello Michael Hauk,

Could you, please, prepare and send us a small running project, so we can test it locally and come with a better solution?

Thanks,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Michael Hauk
Top achievements
Rank 1
Answers by
Martin
Telerik team
Michael Hauk
Top achievements
Rank 1
Share this question
or