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

DNN default.css adds a blank square into each toolbar image

2 Answers 48 Views
Editor
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 2
John asked on 12 Nov 2007, 01:31 PM
I am trying out the editor control with a DNN module project. The toolbar looks very ugly with a small black square in each of the image. I tried to disable some CSS and discovered that it looks all fine if the default.css of the DNN is not loaded. I couldn't find out which style defintion in the default.css has caused this, could you kindly help?

I didn't find a way to upload an image or fine in this thread, hope I am clear enough.

Thanks a lot in advance
Bidan

2 Answers, 1 is accepted

Sort by
0
John
Top achievements
Rank 2
answered on 12 Nov 2007, 01:50 PM
I just found out the problem myself.

The toolbar is rendered as
"<ul>
<li class="rade_grip grip_first"/>
..."

And there is a definition in the default.css like this:
UL LI
{
    list-style-type: square;
}

It is fine after I commented out this style:

UL LI
{
    /* Bidan 2007-11-12 list-style-type: square; */
}

Just wonder how the DNN default style for UL LI will be. It is OK for me for the time being, but would still like to know if there is a better solution than changing the default.css of the DNN.

Thanks  a lot -- Bian

0
Rumen
Telerik team
answered on 12 Nov 2007, 03:47 PM
Hi Bidan,

I am glad that you have found a way to fix this CSS related problem.

We will try to correct this issue in the next hotfix of RadEditor and therefore the DNN skins will not interfere with the toolbar icons of the editor any more.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
John
Top achievements
Rank 2
Answers by
John
Top achievements
Rank 2
Rumen
Telerik team
Share this question
or