Giving the content items list in the admin a border for IE

--HG--
branch : dev
This commit is contained in:
Nathan Heskew 2010-07-21 09:02:37 -07:00
parent 5723255248
commit 89d944d10d
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,3 @@
.contentItems {
/* need an alternative to:
box-shadow:inset 0 1px 2px #878686;
-moz-box-shadow:inset 0 1px 3px #878686;
-webkit-box-shadow:inset 0 1px 2px #878686;
*/
border:1px solid #878686;
}

View File

@ -2,7 +2,7 @@
<%@ Import Namespace="Orchard.Mvc.ViewModels"%><%
Html.RegisterStyle("site.css", "1");
Html.RegisterStyle("ie.css", "1").WithCondition("if (lte IE 8)").ForMedia("screen, projection");
Html.RegisterStyle("ie6.css", "1").WithCondition("if lte IE 6").ForMedia("screen, projection");
Html.RegisterStyle("ie6.css", "1").WithCondition("if (lte IE 6)").ForMedia("screen, projection");
Html.RegisterFootScript("admin.js", "1");
Model.Zones.AddRenderPartial("header", "Header", Model);
Model.Zones.AddRenderPartial("header:after", "User", Model); // todo: (heskew) should be a user display or widget