From 35538d0fa2d62edca893491c1bac8be571e25cbd Mon Sep 17 00:00:00 2001 From: perploug Date: Wed, 21 Aug 2013 14:24:42 +0200 Subject: [PATCH] Makes the grid work in chrome, ff, and ie10 --- src/Umbraco.Web.UI.Client/src/less/grid.less | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/grid.less b/src/Umbraco.Web.UI.Client/src/less/grid.less index 00ae47d624..027d25e844 100644 --- a/src/Umbraco.Web.UI.Client/src/less/grid.less +++ b/src/Umbraco.Web.UI.Client/src/less/grid.less @@ -76,18 +76,33 @@ body { display: block; margin: 0px; z-index: 100; - position: relative; + position: absolute; + top: 0; + left: 0; + right: 0; } #navigation { left: 80px; top: 0; + bottom: 0; position: absolute; z-index: 100; background: @white; - + height: 100%; } +.navigation-inner-container{ + position: absolute; + top: 0px; + bottom: 0px; + left: 0px; + right: 0px; + padding-top: 100px; + background: green; +} + + #dialog { min-width: 500px; left: 100%;