mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added an ie6 stylesheet for Admin. More cleanup still needed.
--HG-- branch : dev
This commit is contained in:
43
src/Orchard.Web/Themes/TheAdmin/Styles/ie6.css
Normal file
43
src/Orchard.Web/Themes/TheAdmin/Styles/ie6.css
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
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%;
|
||||||
|
}
|
@@ -108,6 +108,7 @@ number of columns: 24; actual width: 946; column width: 26; gutter width:14
|
|||||||
#content {
|
#content {
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
padding:1.4em;
|
padding:1.4em;
|
||||||
|
background:#fcfcfc;
|
||||||
}
|
}
|
||||||
#main {
|
#main {
|
||||||
display:inline;
|
display:inline;
|
||||||
@@ -228,7 +229,6 @@ a:hover, a:active, a:focus {
|
|||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
width:0;
|
width:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation li {
|
#navigation li {
|
||||||
margin:7px 0 20px 0;
|
margin:7px 0 20px 0;
|
||||||
}
|
}
|
||||||
|
@@ -6,6 +6,9 @@ Model.Zones.AddRenderPartial("header", "Header", Model);
|
|||||||
Model.Zones.AddRenderPartial("header:after", "User", Model); // todo: (heskew) should be a user display or widget
|
Model.Zones.AddRenderPartial("header:after", "User", Model); // todo: (heskew) should be a user display or widget
|
||||||
Model.Zones.AddRenderPartial("menu", "Menu", Model);
|
Model.Zones.AddRenderPartial("menu", "Menu", Model);
|
||||||
%>
|
%>
|
||||||
|
<!--[if lte IE 6]>
|
||||||
|
<link rel="stylesheet" type="text/css" media="screen, projection" href="/Themes/TheAdmin/Styles/ie6.css" />
|
||||||
|
<![endif]-->
|
||||||
<div id="header" role="banner"><% Html.Zone("header"); %></div>
|
<div id="header" role="banner"><% Html.Zone("header"); %></div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="navshortcut"><a href="#menu"><%=_Encoded("Skip to navigation") %></a></div>
|
<div id="navshortcut"><a href="#menu"><%=_Encoded("Skip to navigation") %></a></div>
|
||||||
|
Reference in New Issue
Block a user