mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Giving the content items list in the admin a border for IE
--HG-- branch : dev
This commit is contained in:
parent
5723255248
commit
89d944d10d
@ -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;
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user