@@ -41,7 +41,7 @@ endif; ?>
41
41
42
42
<fieldset id="<?php /* @escapeNotVerified */ echo $ _addressChoiceContainerId ?> " class="admin__fieldset order-choose-address">
43
43
<?php if ($ block ->getIsShipping ()): ?>
44
- <div class="admin__field admin__field-option">
44
+ <div class="admin__field admin__field-option admin__field-shipping-same-as-billing ">
45
45
<input type="checkbox" id="order-shipping_same_as_billing" name="shipping_same_as_billing"
46
46
onclick="order.setShippingAsBilling(this.checked)" class="admin__control-checkbox"
47
47
<?php if ($ block ->getIsAsBilling ()): ?> checked<?php endif ; ?> />
@@ -50,13 +50,13 @@ endif; ?>
50
50
</label>
51
51
</div>
52
52
<?php endif ; ?>
53
- <div class="admin__field">
53
+ <div class="admin__field admin__field-select-from-existing-address ">
54
54
<label class="admin__field-label"><?php /* @escapeNotVerified */ echo __ ('Select from existing customer addresses: ' ) ?> </label>
55
55
<?php $ _id = $ block ->getForm ()->getHtmlIdPrefix () . 'customer_address_id ' ?>
56
56
<div class="admin__field-control">
57
57
<select id="<?php /* @escapeNotVerified */ echo $ _id ?> "
58
58
name="<?php echo $ block ->getForm ()->getHtmlNamePrefix () ?> [customer_address_id]"
59
- style="width: 97.5%;" onchange="order.selectAddress(this, '<?php /* @escapeNotVerified */ echo $ _fieldsContainerId ?> ')"
59
+ onchange="order.selectAddress(this, '<?php /* @escapeNotVerified */ echo $ _fieldsContainerId ?> ')"
60
60
class="admin__control-select">
61
61
<option value=""><?php /* @escapeNotVerified */ echo __ ('Add New Address ' ) ?> </option>
62
62
<?php foreach ($ block ->getAddressCollection () as $ _address ): ?>
0 commit comments