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

[Solved] Parent page CSS issue

3 Answers 119 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jon A.
Top achievements
Rank 1
Jon A. asked on 01 Nov 2007, 10:41 PM
Hi,

When the ASPX page that opens a prom Window has a stylesheet with the following class, it causes the window's CSS not to render properly (there are small, block images displayed below the window):

body
{
font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
}

Is this an issue I should expect to see occur?  In the previous version of RadWindow, I did not experience any conflicts with the window's CSS and the CSS of my main web page.

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 02 Nov 2007, 08:49 AM
Hi Jon,

Thank you for bringing this problem to our attention - your points were updated. I've logged this issue in our database and we will fix it for the next service pack.


For the time being I suggest to add the following style in your page

.radwindow .corner,.radwindow .footercenter
    {
        line-height:1
    }






Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jon A.
Top achievements
Rank 1
answered on 03 Nov 2007, 12:10 AM
Thanks Gerogi.

Here's another change I had to make to the Window stylesheet in order to override a conflict with the main stylesheet:

/*  Added to override em style set in main stylesheet */
div.radwindow_SfStyle em
{
    background: none;
}

Without this setting, the text in the window titlebar was set to a different background color.
0
Georgi Tunev
Telerik team
answered on 05 Nov 2007, 01:16 PM
Thank you for the feedback , Jon - I sent it to our Dev team for consideration.


Your points were updated.


Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Jon A.
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Jon A.
Top achievements
Rank 1
Share this question
or