mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added an ie6 stylesheet for setup screen.
--HG-- branch : dev
This commit is contained in:
24
src/Orchard.Web/Themes/SafeMode/Styles/ie6.css
Normal file
24
src/Orchard.Web/Themes/SafeMode/Styles/ie6.css
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
#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;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Forms
|
||||||
|
----------------------------------------------------------*/
|
||||||
|
|
||||||
|
legend {
|
||||||
|
color:#333;
|
||||||
|
}
|
||||||
|
|
||||||
|
#AdminPassword, .text-box
|
||||||
|
{
|
||||||
|
border:1px solid #DDDEDF;
|
||||||
|
padding:4px;
|
||||||
|
width:98%;
|
||||||
|
}
|
@@ -11,6 +11,10 @@
|
|||||||
var siteCss = ResolveUrl("../Styles/site.css");
|
var siteCss = ResolveUrl("../Styles/site.css");
|
||||||
Model.Zones.AddAction("head:styles", html =>
|
Model.Zones.AddAction("head:styles", html =>
|
||||||
html.ViewContext.Writer.Write(@"<link rel=""stylesheet"" type=""text/css"" href=""" + siteCss + @"""/>")); %>
|
html.ViewContext.Writer.Write(@"<link rel=""stylesheet"" type=""text/css"" href=""" + siteCss + @"""/>")); %>
|
||||||
|
|
||||||
|
<!--[if lte IE 6]>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen, projection" href="/Themes/SafeMode/Styles/ie6.css" />
|
||||||
|
<![endif]-->
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="branding"><h1>Welcome to Orchard</h1></div>
|
<div id="branding"><h1>Welcome to Orchard</h1></div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user