File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
Catalog/view/adminhtml/templates/catalog/product/attribute
Swatches/view/adminhtml/templates/catalog/product/attribute
design/adminhtml/Magento/backend/web/css Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 16
16
</strong>
17
17
</div>
18
18
<div class="fieldset-wrapper-content in collapse" id="manage-titles-content">
19
- <fieldset class="fieldset">
19
+ <fieldset class="admin__fieldset fieldset">
20
20
<table class="admin__control-table" id="attribute-labels-table">
21
21
<thead>
22
22
<tr>
Original file line number Diff line number Diff line change 10
10
11
11
$ stores = $ block ->getStoresSortedBySortOrder ();
12
12
?>
13
- <fieldset class="fieldset">
13
+ <fieldset class="admin__fieldset fieldset">
14
14
<legend class="legend"><span><?php /* @escapeNotVerified */ echo __ ('Manage Options (Values of Your Attribute) ' ) ?> </span></legend>
15
- <div id="manage-options-panel" data-index="attribute_options_select_container">
15
+ <div class="admin__control-table-wrapper" id="manage-options-panel" data-index="attribute_options_select_container">
16
16
<table class="admin__control-table" data-index="attribute_options_select">
17
17
<thead>
18
18
<tr id="attribute-options-table">
Original file line number Diff line number Diff line change 10
10
11
11
$ stores = $ block ->getStoresSortedBySortOrder ();
12
12
?>
13
- <fieldset class="fieldset">
13
+ <fieldset class="admin__fieldset fieldset">
14
14
<legend class="legend"><span><?php /* @escapeNotVerified */ echo __ ('Manage Swatch (Values of Your Attribute) ' ) ?> </span></legend>
15
- <div id="swatch-visual-options-panel">
15
+ <div class="admin__control-table-wrapper" id="swatch-visual-options-panel">
16
16
<table class="data-table clearfix" cellspacing="0">
17
17
<thead>
18
18
<tr id="swatch-visual-options-table">
Original file line number Diff line number Diff line change 131
131
& ._required {
132
132
span {
133
133
& :after {
134
+ .lib-css (margin , @form-field-label-asterisk__margin );
134
135
color : @field-label__required__color ;
135
136
content : ' *' ;
136
137
}
Original file line number Diff line number Diff line change 744
744
// --------------------------------------
745
745
746
746
fieldset {
747
+ min-width : 0 ;
747
748
padding : 20px ;
748
749
}
749
750
5049
5050
}
5050
5051
}
5051
5052
}
5053
+
5054
+ .admin__control-table-wrapper {
5055
+ clear : both ;
5056
+ }
5052
5057
}
5053
5058
5054
5059
.catalog-product-set-index {
You can’t perform that action at this time.
0 commit comments