File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed
code/Magento/CatalogRule/view/adminhtml/layout
design/adminhtml/Magento/backend/web/css Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" admin-2columns-left " xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
8
+ <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" admin-1column " xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<body >
10
10
<referenceContainer name =" content" >
11
11
<referenceBlock name =" catalog_rule_form" >
12
12
<block class =" Magento\CatalogRule\Block\Adminhtml\Promo\Catalog\Edit\Tab\Conditions" name =" promo_catalog_edit_tab_conditions" >
13
13
<arguments >
14
- <argument name =" config" xsi : type =" array" >
15
- <item name =" label" xsi : type =" string" translate =" true" >Conditions</item >
16
- <item name =" collapsible" xsi : type =" boolean" >true</item >
17
- <item name =" opened" xsi : type =" boolean" >false</item >
18
- <item name =" sortOrder" xsi : type =" number" >20</item >
19
- <item name =" canShow" xsi : type =" boolean" >true</item >
20
- <item name =" componentType" xsi : type =" string" >fieldset</item >
21
- </argument >
22
- </arguments >
14
+ <argument name =" config" xsi : type =" array" >
15
+ <item name =" label" xsi : type =" string" translate =" true" >Conditions</item >
16
+ <item name =" collapsible" xsi : type =" boolean" >true</item >
17
+ <item name =" opened" xsi : type =" boolean" >false</item >
18
+ <item name =" sortOrder" xsi : type =" number" >20</item >
19
+ <item name =" canShow" xsi : type =" boolean" >true</item >
20
+ <item name =" componentType" xsi : type =" string" >fieldset</item >
21
+ </argument >
22
+ </arguments >
23
23
</block >
24
24
</referenceBlock >
25
25
<uiComponent name =" catalog_rule_form" />
Original file line number Diff line number Diff line change 756
756
display : none ;
757
757
}
758
758
759
- label {
760
- display : inline-block ;
761
- }
762
-
763
759
label > input [type= " radio" ],
764
760
label > input [type= " checkbox" ] {
765
761
margin : -3px 3px 0 0 ;
You can’t perform that action at this time.
0 commit comments