Added an ie6 stylesheet for Admin. More cleanup still needed.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-03-07 16:48:46 -08:00
parent 142422e34b
commit 97e7b94018
3 changed files with 47 additions and 1 deletions

View 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%;
}

View File

@@ -108,6 +108,7 @@ number of columns: 24; actual width: 946; column width: 26; gutter width:14
#content {
overflow:auto;
padding:1.4em;
background:#fcfcfc;
}
#main {
display:inline;
@@ -228,7 +229,6 @@ a:hover, a:active, a:focus {
overflow:hidden;
width:0;
}
#navigation li {
margin:7px 0 20px 0;
}

View File

@@ -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("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="content">
<div id="navshortcut"><a href="#menu"><%=_Encoded("Skip to navigation") %></a></div>