Skip to content

Commit 72f12d4

Browse files
committed
MAGETWO-32302: Create New Order
1 parent db6ccbc commit 72f12d4

File tree

2 files changed

+6
-1
lines changed
  • app
    • code/Magento/Sales/view/adminhtml/templates/order/create/form
    • design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module

2 files changed

+6
-1
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ endif; ?>
8686
</div>
8787
</div>
8888
<?php $hideElement = 'address-' . ($block->getIsShipping() ? 'shipping' : 'billing') . '-overlay'; ?>
89-
<div style="display: none;" id="<?php echo $hideElement ?>" class="overlay">
89+
<div style="display: none;" id="<?php echo $hideElement ?>" class="order-methods-overlay">
9090
<span><?php echo __('You don\'t need to select a shipping address.') ?></span>
9191
</div>
9292

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@
421421
position: absolute;
422422
top: 48px;
423423
}
424+
.order-shipping-address & {
425+
span {
426+
top: 27px;
427+
}
428+
}
424429
}
425430

426431
//

0 commit comments

Comments
 (0)