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

Dropped Extentions in and CSS is changed

4 Answers 33 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Phil
Top achievements
Rank 2
Phil asked on 26 Jul 2011, 03:16 AM

I dropped in StyleSheetRegistrar for common and default and the ScriptRegistrar on a basic MVC site an the standard site does not render correctly.  I can not tell why the left margin is not rendering.
Phil

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 26 Jul 2011, 06:41 AM
Hi Phil,

I am afraid the provided information is too scarce. Did you try using Firebug to check what the problem is?

Greetings,
Dimo
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Phil
Top achievements
Rank 2
answered on 27 Jul 2011, 12:04 AM
Hi:
The problem does not appear in Firefox.  The problem occurs in IE9 version 9.0.8112.16421.
Phil
0
Dimo
Telerik team
answered on 27 Jul 2011, 06:53 AM
Hello Phil,

The following CSS rule in Site.css is responsible for keeping the layout centered:

.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

I very much doubt that our MVC extensions override the above. However, feel free to send a simple runnable demo for us to inspect locally. Before that, I strongly recommend checking the styles that are applied to the page elements with IE's built-in Web Developer Toolbar.

Regards,
Dimo
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
Phil
Top achievements
Rank 2
answered on 06 Aug 2011, 12:09 AM
The sample solution... Thanks, Phil
Tags
General Discussions
Asked by
Phil
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Phil
Top achievements
Rank 2
Share this question
or