Skip to content

Commit 245328b

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-44863' into PR-4
2 parents abb8d3b + 5e9f512 commit 245328b

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source/_module.less

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,18 @@ div.removed,
5151
width: auto; // IE9 width fix
5252
}
5353
}
54+
55+
//
56+
// Create attribute panel iframe page configuration
57+
// ---------------------------------------------
58+
59+
.catalog-product-attribute-edit {
60+
&.attribute-popup {
61+
.page-wrapper {
62+
width: 100%;
63+
.page-content {
64+
padding-left: 0;
65+
}
66+
}
67+
}
68+
}

app/design/adminhtml/Magento/backend/web/css/source/components/_popups.less

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -389,15 +389,6 @@
389389
// Attribute Popup
390390
// _____________________________________________
391391

392-
.catalog-product-attribute-edit {
393-
.page-wrapper {
394-
width: 100%;
395-
.page-content {
396-
padding-left: 0;
397-
}
398-
}
399-
}
400-
401392
.attribute-popup-actions { // ToDo UI: remove or refactor after New attribute popup refactored to sliding panel
402393
&:extend(.abs-clearfix all);
403394
background: @page-main-actions__background-color;

0 commit comments

Comments
 (0)