diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/ie6.css b/src/Orchard.Web/Themes/TheAdmin/Styles/ie6.css deleted file mode 100644 index 9df334948..000000000 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/ie6.css +++ /dev/null @@ -1,79 +0,0 @@ -body{ - background:#fcfcfc; -} -#branding -{ - height:50px; - margin:0 0 0 20px; - background:transparent url(images/orchardLogo.gif) no-repeat scroll 0 0; -} -#branding h1 { - padding:8px 0 0 38px; -} -#content { - overflow:auto; - padding:1.4em; -} - -/* Navigation -----------------------------------------------------------*/ - -#navigation ul li { - border:0; - margin:0 0 0 4px; -} -#navigation li h3 a -{ - color:#333; - padding:6px 4px 8px 0px; -} - -/* Forms -----------------------------------------------------------*/ - -legend { - color:#333; -} - -#AdminPassword, .text-box -{ - border:1px solid #DDDEDF; - padding:4px; - width:98%; -} - -.manage -{ -float:right; -width:15em; -margin:0 0 10px 8px; -overflow:hidden; -} - -.manage a.button { -height:inherit; -margin-left:0.3em; -} - -.manage a.primaryAction { -background:#4687AD none repeat scroll 0 0; -border:1px solid #8F8F8F; -color:#FFFFFF; -} - -fieldset.bulk-actions { -width:30em; -clear:left; -text-align:left; -} - -.button { -background:#F5F5F5 none repeat scroll 0 0; -display:inline; -text-align:right; -border:1px solid #999999; -color:#2D2F25; -cursor:pointer; -padding:0 0.8em 0.1em; -text-align:center; -} \ No newline at end of file diff --git a/src/Orchard.Web/Themes/TheAdmin/Views/Layout.cshtml b/src/Orchard.Web/Themes/TheAdmin/Views/Layout.cshtml index 73b397990..af672cacc 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Views/Layout.cshtml +++ b/src/Orchard.Web/Themes/TheAdmin/Views/Layout.cshtml @@ -69,7 +69,7 @@ } @if (Model.Content != null) { -
+
@Zone(Model.Content)
} diff --git a/src/Orchard.Web/Themes/Themes.csproj b/src/Orchard.Web/Themes/Themes.csproj index 026e59407..910a581c9 100644 --- a/src/Orchard.Web/Themes/Themes.csproj +++ b/src/Orchard.Web/Themes/Themes.csproj @@ -18,6 +18,7 @@ 3.5 + false true @@ -54,11 +55,6 @@ - - - - - @@ -105,7 +101,6 @@ -