Skip to content

Commit c87b560

Browse files
author
Oleg Zinoviev
committed
MAGETWO-32302: Create New Order
- QA updates (gift options issue)
1 parent b6f45c7 commit c87b560

File tree

2 files changed

+12
-2
lines changed
  • app
    • code/Magento/Sales/view/adminhtml/templates/order/create/shipping/method
    • design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module

2 files changed

+12
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</dl>
7373
<a href="#"
7474
onclick="$('order-shipping-method-info').hide();$('order-shipping-method-choose').show();return false"
75-
class="action-link">
75+
class="action-default">
7676
<span><?php echo __('Click to change shipping method') ?></span>
7777
</a>
7878
</div>
@@ -89,7 +89,7 @@ require(['prototype'], function(){
8989
</div>
9090
<?php else: ?>
9191
<div id="order-shipping-method-summary" class="order-shipping-method-summary">
92-
<a href="#" onclick="order.loadShippingRates();return false" class="action-link">
92+
<a href="#" onclick="order.loadShippingRates();return false" class="action-default">
9393
<span><?php echo __('Get shipping methods and rates') ?></span>
9494
</a>
9595
<input type="hidden" name="order[has_shipping]" value="" class="required-entry" />

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,16 @@
266266
position: relative;
267267
}
268268

269+
.action-default {
270+
.order-shipping-method-summary &,
271+
.order-shipping-method & {
272+
&:extend(.action-tertiary all);
273+
font-weight: @font-weight__regular;
274+
margin-top: @indent__s;
275+
padding: 0;
276+
}
277+
}
278+
269279
.order-methods-overlay {
270280
background: rgba(255, 255, 255, .5);
271281
bottom: 0;

0 commit comments

Comments
 (0)