diff --git a/src/Umbraco.Web.UI.Client/lib/bootstrap/less/type.less b/src/Umbraco.Web.UI.Client/lib/bootstrap/less/type.less index 3f93deaf56..414ab10ba8 100644 --- a/src/Umbraco.Web.UI.Client/lib/bootstrap/less/type.less +++ b/src/Umbraco.Web.UI.Client/lib/bootstrap/less/type.less @@ -56,7 +56,7 @@ a.text-success:focus { color: darken(@successText, 10%); } // Headings // ------------------------- -h1, h2, h3, h4, h5, h6 { +h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: (@baseLineHeight / 2) 0; font-family: @headingsFontFamily; font-weight: @headingsFontWeight; @@ -70,21 +70,21 @@ h1, h2, h3, h4, h5, h6 { } } -h1, -h2, -h3 { line-height: @baseLineHeight * 2; } +h1, .h1, +h2, .h2, +h3, .h3 { line-height: @baseLineHeight * 2; } -h1 { font-size: @baseFontSize * 2.75; } // ~38px -h2 { font-size: @baseFontSize * 2.25; } // ~32px -h3 { font-size: @baseFontSize * 1.75; } // ~24px -h4 { font-size: @baseFontSize * 1.25; } // ~18px -h5 { font-size: @baseFontSize; } -h6 { font-size: @baseFontSize * 0.85; } // ~12px +h1, .h1 { font-size: @baseFontSize * 2.75; } // ~38px +h2, .h2 { font-size: @baseFontSize * 2.25; } // ~32px +h3, .h3 { font-size: @baseFontSize * 1.75; } // ~24px +h4, .h4 { font-size: @baseFontSize * 1.25; } // ~18px +h5, .h5 { font-size: @baseFontSize; } +h6, .h6 { font-size: @baseFontSize * 0.85; } // ~12px -h1 small { font-size: @baseFontSize * 1.75; } // ~24px -h2 small { font-size: @baseFontSize * 1.25; } // ~18px -h3 small { font-size: @baseFontSize; } -h4 small { font-size: @baseFontSize; } +h1 small, .h1 small { font-size: @baseFontSize * 1.75; } // ~24px +h2 small, .h2 small { font-size: @baseFontSize * 1.25; } // ~18px +h3 small, .h3 small { font-size: @baseFontSize; } +h4 small, .h4 small { font-size: @baseFontSize; } // Page header diff --git a/src/Umbraco.Web.UI.Client/src/less/main.less b/src/Umbraco.Web.UI.Client/src/less/main.less index ee8dafebc2..a2c43c2979 100644 --- a/src/Umbraco.Web.UI.Client/src/less/main.less +++ b/src/Umbraco.Web.UI.Client/src/less/main.less @@ -26,19 +26,29 @@ color: @gray-7; } -h5{ +h5, .h5{ color: @gray-1; font-weight: bold; font-size: 15px; margin-top: 15px; } -h5.-border-bottom { +h1.-border-bottom, +h2.-border-bottom, +h3.-border-bottom, +h4.-border-bottom, +h5.-border-bottom, +h6.-border-bottom { border-bottom: 1px solid @gray-9; padding-bottom: 5px; } -h5.-black { +h1.-black, +h2.-black, +h3.-black, +h4.-black, +h5.-black, +h6.-black { color: @black; } diff --git a/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypepicker/datatypepicker.html b/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypepicker/datatypepicker.html index 768f8a8c24..d6e2d8133d 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypepicker/datatypepicker.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypepicker/datatypepicker.html @@ -34,16 +34,19 @@
-
{{key | umbCmsTitleCase}}
+

{{key | umbCmsTitleCase}}

@@ -51,38 +54,50 @@
-
+

+ Available configurations +

-
{{result.group | umbCmsTitleCase}}
+

{{result.group | umbCmsTitleCase}}

-
+

+ Create a new configuration +

-
{{result.group | umbCmsTitleCase}}
+

{{result.group | umbCmsTitleCase}}