diff --git a/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/css-tests.html b/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/css-tests.html index c69688c763..e3c3f725b7 100644 --- a/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/css-tests.html +++ b/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/css-tests.html @@ -940,7 +940,7 @@
- + diff --git a/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/forms.html b/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/forms.html index a63d728a00..f0f861e600 100644 --- a/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/forms.html +++ b/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/forms.html @@ -61,7 +61,7 @@
- +
diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/database.html b/src/Umbraco.Web.UI.Client/src/installer/steps/database.html index e248f3221b..e75a82f9df 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/database.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/database.html @@ -135,6 +135,7 @@ placeholder="umbraco-db-password" required ng-model="installer.current.model.password" + spellcheck="false" /> Enter the database password
diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html index c0b254f80a..7e37c57328 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html @@ -61,6 +61,7 @@ required ng-model="installer.current.model.password" id="password" + spellcheck="false" /> At least {{installer.current.model.minCharLength}} characters diff --git a/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree-root.less b/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree-root.less index 83f1cd8d36..b0a230b4fb 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree-root.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree-root.less @@ -10,10 +10,14 @@ height: @editorHeaderHeight; } + h1, h5 { + margin: 0; + flex: 1; + } + h1 { font-size: @baseFontSize; font-weight: 700; - margin: 0; width: 100%; display: flex; } diff --git a/src/Umbraco.Web.UI.Client/src/views/components/application/umb-login.html b/src/Umbraco.Web.UI.Client/src/views/components/application/umb-login.html index e466cfbca5..b53e29c365 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/application/umb-login.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/application/umb-login.html @@ -22,7 +22,7 @@ New password {{vm.invitedUserPasswordModel.passwordPolicyText}} - + Your new password cannot be blank! Minimum {{vm.invitedUserPasswordModel.passwordPolicies.minPasswordLength}} characters @@ -32,7 +32,7 @@
- + Required The confirmed password doesn't match the new password! @@ -156,7 +156,7 @@
- +