diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-allowance-editor.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-allowance-editor.html index f6d22780d7..8bb04feef7 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-allowance-editor.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-allowance-editor.html @@ -8,38 +8,39 @@ + title="@blockEditor_pickSpecificAllowance" + required> {{blockGroup.name}} --------- {{elementType.name}} + title="@blockEditor_allowanceMinimum" + fix-number /> – + title="@blockEditor_allowanceMaximum" + fix-number /> diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-allowance-editor.less b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-allowance-editor.less index 2ce5a2ef16..eea1dda5b7 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-allowance-editor.less +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-allowance-editor.less @@ -28,19 +28,19 @@ } .umb-block-grid-area-allowance-editor__entry button { + position: relative; border-radius: 3px; color: @ui-action-type; - height: 32px; display: inline-flex; justify-content: center; align-items: center; width: 32px; - margin-left: 5px; align-self: normal; } + .umb-block-grid-area-allowance-editor__entry button:hover { background-color: @ui-action-hover; color: @ui-action-type-hover; -} \ No newline at end of file +} diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-editor.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-editor.html index 7ee2ee6344..2146f9b1a5 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-editor.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-editor.html @@ -2,7 +2,7 @@ - - {{vm.area.alias}} - - Edit - @@ -19,10 +23,14 @@ - - + + + {{vm.area.columnSpan}} x {{vm.area.rowSpan}} - \ No newline at end of file +