File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
code/Magento/Catalog/Block/Product/View/Options/Type
design/adminhtml/Magento/backend/web/css/source/forms Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,16 @@ public function getValuesHtml()
89
89
$ type = 'radio ' ;
90
90
$ class = 'radio admin__control-radio ' ;
91
91
if (!$ _option ->getIsRequire ()) {
92
- $ selectHtml .= '<div class="field admin__field choice"><input type="radio" id="options_ ' .
92
+ $ selectHtml .= '<div class="field choice admin__field admin__field-option"> ' .
93
+ '<input type="radio" id="options_ ' .
93
94
$ _option ->getId () .
94
95
'" class=" ' .
95
96
$ class .
96
97
' product-custom-option" name="options[ ' .
97
98
$ _option ->getId () .
98
99
']" ' .
99
100
($ this ->getSkipJsReloadPrice () ? '' : ' onclick="opConfig.reloadPrice()" ' ) .
100
- ' value="" checked="checked" /><label class="label" for="options_ ' .
101
+ ' value="" checked="checked" /><label class="label admin__field-label " for="options_ ' .
101
102
$ _option ->getId () .
102
103
'"><span> ' .
103
104
__ ('None ' ) . '</span></label></div> ' ;
@@ -153,7 +154,7 @@ public function getValuesHtml()
153
154
' price=" ' .
154
155
$ this ->pricingHelper ->currencyByStore ($ _value ->getPrice (true ), $ store , false ) .
155
156
'" /> ' .
156
- '<label class="label" for="options_ ' .
157
+ '<label class="label admin__field-label " for="options_ ' .
157
158
$ _option ->getId () .
158
159
'_ ' .
159
160
$ count .
Original file line number Diff line number Diff line change @@ -517,3 +517,10 @@ label.mage-error {
517
517
padding-right : 1.8rem ;
518
518
}
519
519
}
520
+
521
+ .product-configure-popup {
522
+ .time-picker {
523
+ display : block ;
524
+ margin-top : 1rem ;
525
+ }
526
+ }
You can’t perform that action at this time.
0 commit comments