From 83084c15b409af740f4bce5b96571b5819a9f07b Mon Sep 17 00:00:00 2001 From: jowall Date: Mon, 4 Apr 2011 19:25:12 -0700 Subject: [PATCH] Some ie7 CSS fixes. --HG-- branch : 1.x --- src/Orchard.Web/Themes/TheAdmin/Styles/site.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index eb6987d02..c672b60f0 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -158,8 +158,8 @@ hr {border:0; height:1px; color:#e4e5e6; background-color:#e4e5e6;} min-height:100%; } #layout-main { - display:inline; - overflow:auto; + /*display:inline; + overflow:auto;*/ float:right; margin-left:-240px; width:100%; @@ -168,6 +168,7 @@ hr {border:0; height:1px; color:#e4e5e6; background-color:#e4e5e6;} #main { margin-left:260px; margin-right:20px; + clear:both; } #menu { background:#323232; @@ -382,7 +383,7 @@ ul.menuItems {margin:6px 0 0 0;} #content { background-color: #fff; padding: 16px 24px; - margin:8px 0 0 0; + margin-top:8px; border: 1px solid #e4e5e6; clear:both;