diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/subheader/umbeditorsubheader.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/subheader/umbeditorsubheader.directive.js index 07812007a3..241bcc26ea 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/subheader/umbeditorsubheader.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/subheader/umbeditorsubheader.directive.js @@ -9,43 +9,23 @@ The sub header is sticky and will follow along down the page when scrolling.

Markup example

-    
+
- +
- + - + - + + // sub header content here + - - // content goes here - + - - // content goes here - + - - - - - - // content goes here - - - - // content goes here - - - - - - - - - +
diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/subheader/umbeditorsubheadercontentleft.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/subheader/umbeditorsubheadercontentleft.directive.js index 10a8d65e5c..97d2605d6a 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/subheader/umbeditorsubheadercontentleft.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/subheader/umbeditorsubheadercontentleft.directive.js @@ -7,7 +7,35 @@ Use this directive to left align content in a sub header in the main editor window.

Markup example

-For examples see: {@link umbraco.directives.directive:umbEditorSubHeader umbEditorSubHeader} +
+    
+ +
+ + + + + + + + + // left content here + + + + // right content here + + + + + + + + +
+ +
+

Use in combination with