diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.area.overlay.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.area.overlay.html index 90918d71e1..a4ba0db72e 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.area.overlay.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.area.overlay.html @@ -13,7 +13,7 @@ -
+
diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.controller.js index 3c005663e8..993088e2eb 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.controller.js @@ -287,7 +287,7 @@ title: data, openAreas: openAreas, view: "views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.html", - size: "large", + size: "medium", submit: function(overlayModel) { loadElementTypes()// lets load elementType again, to ensure we are up to date. TransferProperties(overlayModel.block, block);// transfer properties back to block object. (Doing this cause we dont know if block object is added to model jet, therefor we cant use index or replace the object.) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.html index 4d398844ed..9a1acda843 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.html @@ -15,9 +15,9 @@ -
+
-
+
General @@ -80,9 +80,59 @@
+ + +
+ +
+ Permissions +
+ +
+ + +
+
+ + + Make this block available in the root of the layout. + +
+ + +
+
+
+ + + +
+
+ + + Make this block available within other Blocks. + +
+ + +
+
+
+ +
+ +
+ + -
+
@@ -131,7 +181,7 @@ -
+
Catalogue appearance @@ -196,59 +246,11 @@
- -
- -
- Permissions -
- -
- - -
-
- - - Make this block available in the root of the layout. - -
- - -
-
-
- - - -
-
- - - Make this block available within other Blocks. - -
- - -
-
-
- -
- -
-
-
+
@@ -288,7 +290,7 @@
-
+
Advanced diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.less b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.less index 57507f8044..5861cfdda5 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.less +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.overlay.less @@ -1,28 +1,5 @@ .umb-block-grid-block-configuration-overlay { - .umb-block-grid-block-configuration-layout { - display: grid; - grid-template-columns: repeat(2, minmax(0, 1fr)); - - grid-gap: 0 20px; - grid-auto-flow: row; - grid-auto-rows: minmax(50px, auto); - - - } - - - .umb-block-grid-block-configuration__umb-group-panel { - @media (max-width: 1024px) { - grid-column: span 2; - } - &.--span-two-cols { - grid-column: span 2; - } - &.--span-two-rows { - grid-row: span 2; - } - } .umb-node-preview { flex-grow: 1;