Skip to content

Shipping Easy 'Add Order' modal by chrisjigsaw

Details

Authorchrisjigsaw

LicenseNo License

Categoryshippingeasy.com

Created

Updated

Code size2.7 kB

Code checksumac3850f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes the 'Add Order' modal easier to use on shippingeasy.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Shipping Easy 'Add Order' modal
@version      20250407.20.09
@namespace    https://userstyles.world/user/chrisjigsaw
@description  makes the 'Add Order' modal easier to use on shippingeasy.com
@homepage     https://userstyles.world/user/chrisjigsaw
@author       chrisjigsaw
@license      No License
==/UserStyle== */

@-moz-document domain("shippingeasy.com") {
/* MAKES ADD ORDER MODAL LARGER AND MORE COMPACT */
._panelModal_mpv4x_1 {
    width:80%;
    right:10% !important;
}

._panelModal_mpv4x_1 .se-collapse__content {
    padding:8px;
}

._panelModal_mpv4x_1 h1,
.ManualOrderForm-module__collapse__2C0Br .se-collapse__title,
.PanelModal-module__panelModal__2eMcr .SeType-module__heading__2CSEI {
    display:none;
}

._panelModal_mpv4x_1 .se-address-field label,
._panelModal_mpv4x_1 .se-input-label {
    font-size: 12px;
    line-height: 3px;
}

._panelModal_mpv4x_1 form .se-input-controls {
    height:60px;
    padding:5px;
    font-size: 13px;
}

._panelModal_mpv4x_1 .se-checkbox .se-input-controls {
    height:5px;
    padding:5px;
    font-size: 13px;
}

._panelModal_mpv4x_1 .se-address-field,
._panelModal_mpv4x_1 .se-address-field input,
._panelModal_mpv4x_1 .se-input-controls input,
._panelModal_mpv4x_1 .se-input-block input,
._panelModal_mpv4x_1 .se-address-field select {
    height:30px;
    padding:5px;
    font-size: 13px;
}

._panelModal_mpv4x_1 .se-address-field--address1,
._panelModal_mpv4x_1 .se-address-field--address2 {
    width: 47%;
}

._panelModal_mpv4x_1 .se-address-field--city,
._panelModal_mpv4x_1 .se-address-field--state {
    width:36%;
}

._panelModal_mpv4x_1 .se-address-field--zip {
    width:20%;
}


/* REMOVES ADDRESSES FROM EDIT SHIPPING ORIGIN MODAL */
#edit_origin_address .modal-body {
    max-height:100%;
}


#edit_origin_address .modal-body address {
    font-size:.01px;
    line-height:0;
}

#edit_origin_address .modal-body address strong {
    font-size:14px;
    line-height:1em;
}

#edit_origin_address .modal-body .table tr, #edit_origin_address .modal-body .table td {
    height:1em;
    line-height:1em;
    padding:3px 0 0 0;
}

#edit_origin_address .modal-body .table tr, #edit_origin_address .modal-body .table td.radio-button {
    padding:0 5px 3px 0;
}


/* GETS RID OF ANNOYING UPSELL */
.rate-changes {
    display:none;
}


/* POSSIBLY OBSOLETE EDITS? */
.add-order-modal__right-col-items-item .add-order-modal__right-row:nth-child(2), .add-order-modal__right-col-items-item .add-order-modal__right-row:nth-child(5) {
    display:none;
}

.ManualOrderForm-module__addressForm__1iQsu .ManualOrderForm-module__pasteAddress__vI8qk {
    margin:0;
    border:0;
}

}

Reviews

No reviews yet.