Skip to content

Commit b6f45c7

Browse files
committed
MAGETWO-32302: Create New Order
1 parent da05192 commit b6f45c7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

app/code/Magento/Backend/view/adminhtml/templates/widget/form/renderer/fieldset/element.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $fieldAttributes = $fieldId . ' class="' . $fieldClass . '" '
3737
<?php else: ?>
3838
<?php echo $element->getLabelHtml() ?>
3939
<div class="admin__field-control control">
40-
<?php echo($addOn) ? '<div class="addon admin__field">' . $element->getElementHtml() . '</div>' : $element->getElementHtml(); ?>
40+
<?php echo($addOn) ? '<div class="admin__field admin__field-option">' . $element->getElementHtml() . '</div>' : $element->getElementHtml(); ?>
4141
<?php echo $note ?>
4242
</div>
4343
<?php endif; ?>

app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order-create-table.less

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,19 @@
156156
}
157157
}
158158
}
159+
160+
//
161+
// Product configure popup
162+
// ---------------------------------------------
163+
164+
.product-configure-popup {
165+
.weee {
166+
.price-wrapper {
167+
display: block;
168+
font-size: 1.3rem;
169+
&:before {
170+
content: attr(data-label) ": ";
171+
}
172+
}
173+
}
174+
}

app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order-create.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
}
6464
}
6565

66-
6766
//
6867
// Order discounts
6968
// ---------------------------------------------

0 commit comments

Comments
 (0)