diff --git a/src/Umbraco.Web.UI.Client/src/less/grid.less b/src/Umbraco.Web.UI.Client/src/less/grid.less index f900228c41..dffc130fa7 100644 --- a/src/Umbraco.Web.UI.Client/src/less/grid.less +++ b/src/Umbraco.Web.UI.Client/src/less/grid.less @@ -13,7 +13,7 @@ body { padding: 0; height: 100%; width: 100%; - + font-family: @baseFontFamily; font-size: @baseFontSize; line-height: @baseLineHeight; @@ -109,7 +109,6 @@ body { z-index: 100; background: @white; height: 100%; - } .navigation-inner-container{ @@ -119,7 +118,7 @@ body { left: 0px; right: 0px; padding-top: 100px; - border-right: 1px solid @grayLight; + border-right: 1px solid @grayLight; } #dialog { @@ -167,8 +166,13 @@ body { border-radius: 0; } + @media (min-width: 1101px) { #contentwrapper {left: 440px;} #speechbubble {left: 360px;} } +//empty section modification +.emptySection #contentwrapper {left: 80px;} +.emptySection #speechbubble {left: 0;} +.emptySection #navigation {display: none} diff --git a/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml b/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml index 025f8433e5..5166f00733 100644 --- a/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml +++ b/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml @@ -30,7 +30,7 @@ - +