HEX
Server: Apache
System: Linux d5123.usc1.stableserver.net 5.14.0-570.17.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Sat May 24 12:53:17 EDT 2025 x86_64
User: d5123 (1001)
PHP: 8.4.21
Disabled: NONE
Upload Files
File: /home/d5123/myboofola_com/wp-content/plugins/email-templates/admin/css/mailtpl-admin.css
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.range-slider-value {
    float: left;
    BACKGROUND-COLOR: #fff;
    padding: 5px;
    margin-right: 10px;
    margin-top: -4px;
    border: 1px solid #E6E6E6;
}

.mailtlp_table_style.split{
    display:flex;
    justify-content:space-between;
}
.mailtlp_table_style.split span.order_time:before {
    content: 'Order Date:';
}
.mailtlp_table_style.normal table.order-info-split-table {
    display:flex;
}

.mailtlp_table_style.normal table.order-info-split-table span.order-date-label {
    display:none;
}
.mailtlp_table_style.normal h2.orderDetails {
    display:none;
}
div#body_content_inner .order_item.show_image .dummy-product-image{
    display: block;
}
img.dummy-product-image {
    display: none;
}
tr.order_item.show-image img.dummy-product-image {
    display:block;
}
.email-spacing-wrap.note-check-below {
    display: none;
}
.note_check tr.note-check {
    display:none;
}

.preview-order-div{
    display: flex;
    flex-direction: column;
}

.note_check .note-check-below{
    display: block;
    order: 2;
    margin-top: 30px;
    margin-bottom: 0px !important;
}