diff --git a/src/Umbraco.Web.UI.Client/src/less/panel.less b/src/Umbraco.Web.UI.Client/src/less/panel.less index eea97666de..15d66b4ebc 100644 --- a/src/Umbraco.Web.UI.Client/src/less/panel.less +++ b/src/Umbraco.Web.UI.Client/src/less/panel.less @@ -38,7 +38,7 @@ } .umb-headline-editor-wrapper, -h1.headline{height: 40px; padding: 30px 0 0 20px;} +h1.headline{height: 20px; padding: 30px 0 0 20px;} .umb-headline-editor-wrapper h1, h1.headline { margin: 0; @@ -48,9 +48,13 @@ h1.headline{height: 40px; padding: 30px 0 0 20px;} height: 25px; } -/* -.umb-headline-editor-wrapper .help-inline{display: none !Important;} -*/ +.umb-headline-editor-wrapper + .help-inline{ + float: right; + font-size: 10px; + color: @red; + } + .umb-panel-header .umb-nav-tabs{ bottom: -1px; position: absolute;