From 6cfb5bc678dbc7c500d825b0b1ff94aaecdb0dae Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 20 May 2015 16:13:36 +1000 Subject: [PATCH] Have made the buttons always left aligned with the editing section, seems better since it's consistent on all screens and less right hand motion to click a button --- src/Umbraco.Web.UI.Client/src/less/panel.less | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/panel.less b/src/Umbraco.Web.UI.Client/src/less/panel.less index d14e76bfc6..2a6abef6d7 100644 --- a/src/Umbraco.Web.UI.Client/src/less/panel.less +++ b/src/Umbraco.Web.UI.Client/src/less/panel.less @@ -160,7 +160,7 @@ } .umb-tab-buttons{ - padding-left: 240px; + padding-left: 0px; } @media (min-width: 1101px) { @@ -169,13 +169,6 @@ } } -@media (max-width: 767px) { - .umb-tab-buttons{ - padding-left:0px; - } -} - - .umb-tab-pane{padding-bottom: 90px} .tab-content{overflow: visible; }