735 lines
13 KiB
CSS
735 lines
13 KiB
CSS
/* Shipping Methods Table */
|
|
table.flexible_shipping_methods th.select,
|
|
table.flexible_shipping_methods td.select {
|
|
text-align: center;
|
|
width: 40px;
|
|
margin-top: -7px;
|
|
margin-left: -6px;
|
|
padding: 2px;
|
|
}
|
|
|
|
table.flexible_shipping_methods .checkbox-select-all {
|
|
margin: 0 12px 0 8px;
|
|
}
|
|
|
|
table.flexible_shipping_methods th.integration,
|
|
table.flexible_shipping_methods td.integration {
|
|
text-align: center;
|
|
width: 130px;
|
|
}
|
|
|
|
table.flexible_shipping_methods tr.highlight td {
|
|
background-color: #e4f2fd;
|
|
}
|
|
|
|
table.flexible_shipping_methods.wc_shipping th {
|
|
font-weight: 400;
|
|
width: auto;
|
|
}
|
|
|
|
table.flexible_shipping_methods td.ui-sortable-handle:before, table.flexible_shipping_services td.ui-sortable-handle:before {
|
|
content: '\f333';
|
|
font-family: Dashicons;
|
|
text-align: center;
|
|
line-height: 1;
|
|
color: #999;
|
|
display: block;
|
|
width: 17px;
|
|
float: left;
|
|
height: 100%;
|
|
line-height: 24px;
|
|
}
|
|
|
|
/* Rules Table */
|
|
|
|
table.flexible_shipping_method_rules th, table.flexible_shipping_method_rules th {
|
|
padding: 5px 10px 5px 0px;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules td p,
|
|
table.flexible_shipping_method_rules td p input,
|
|
table.flexible_shipping_method_rules td p select {
|
|
margin: 0;
|
|
width: 100%;
|
|
box-shadow: none;
|
|
padding: 0px!important;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules td p input[type=text] {
|
|
text-align: right;
|
|
padding: 0px 5px 0px 5px!important;
|
|
width: 100%!important;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules td p select {
|
|
margin: 0;
|
|
width: 100%!important;
|
|
box-shadow: none;
|
|
line-height: 28px;
|
|
height: 37px;
|
|
vertical-align: middle;;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules td p input[type=checkbox] {
|
|
margin: 0;
|
|
width: auto;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules th,
|
|
table.flexible_shipping_method_rules td {
|
|
text-align: center;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules th.shipping_class,
|
|
table.flexible_shipping_method_rules td.shipping_class {
|
|
text-align: center;
|
|
width: 200px;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules td.shipping_class span {
|
|
border:none;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules th.stop,
|
|
table.flexible_shipping_method_rules td.stop {
|
|
text-align: center;
|
|
width: 30px;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules th.cancel,
|
|
table.flexible_shipping_method_rules td.cancel {
|
|
text-align: center;
|
|
width: 60px;
|
|
}
|
|
|
|
.woocommerce table.form-table .flexible_shipping_method_rules th span.woocommerce-help-tip {
|
|
float: none;
|
|
margin: 0px;
|
|
}
|
|
|
|
.woocommerce table.form-table .flexible_shipping_method_rules .select2-container {
|
|
margin: 0;
|
|
}
|
|
|
|
/* Locations Add-On */
|
|
.woocommerce table.form-table .fs-locations-table .select2-container {
|
|
max-width: none;
|
|
}
|
|
|
|
.woocommerce table.form-table .fs-locations-table th .woocommerce-help-tip {
|
|
float: none;
|
|
}
|
|
|
|
div.flexilble_shipping_export_import {
|
|
float:right;
|
|
}
|
|
|
|
table.flexible_shipping_method_rules tfoot th {
|
|
padding: 10px;
|
|
}
|
|
|
|
.fs_shipping_class {
|
|
/*width: 300px!important;*/
|
|
}
|
|
|
|
/* Ads */
|
|
.woocommerce_page_wc-settings #mainform {
|
|
position: relative;
|
|
}
|
|
|
|
.flexible-shipping-pro-box {
|
|
max-width: 280px;
|
|
min-width: 180px;
|
|
right: 0;
|
|
position: absolute;
|
|
top: 135px;
|
|
}
|
|
|
|
@media screen and (max-width: 1199px) {
|
|
.flexible-shipping-pro-box {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* Flexible Shipping Column - Orders List */
|
|
|
|
.column-flexible_shipping {
|
|
width: 130px;
|
|
}
|
|
|
|
.column-flexible_shipping .shipping-status {
|
|
float: left;
|
|
margin-right: 8px;
|
|
margin-top: 4px;
|
|
text-align: left;
|
|
width: 18px;
|
|
}
|
|
|
|
.column-flexible_shipping .shipping-status .created:after {
|
|
color: #d0c21f !important;
|
|
}
|
|
|
|
.column-flexible_shipping .shipping-actions a.button {
|
|
float: left;
|
|
margin: 0 4px 2px 0;
|
|
display: block;
|
|
height: 2em !important;
|
|
padding: 0 !important;
|
|
position: relative;
|
|
text-indent: -9999px;
|
|
width: 2em;
|
|
}
|
|
|
|
.column-flexible_shipping .shipping-actions a.button:after {
|
|
font-family: WooCommerce;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
height: 100%;
|
|
left: 0;
|
|
line-height: 1.85;
|
|
margin: 0;
|
|
position: absolute;
|
|
text-align: center;
|
|
text-indent: 0;
|
|
text-transform: none;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.column-flexible_shipping .shipping-actions a.button.get-label:after {
|
|
content: "\e01e";
|
|
}
|
|
|
|
.column-flexible_shipping .shipping-actions a.button.track:after {
|
|
content: "\e01b";
|
|
}
|
|
|
|
.column-flexible_shipping mark.failed:after {
|
|
color: #a00 !important;
|
|
}
|
|
|
|
.column-flexible_shipping mark.manifest:after {
|
|
color: #2ea2cc !important;
|
|
}
|
|
|
|
.flexible_shipping_shipment_message {
|
|
color: green;
|
|
}
|
|
|
|
.flexible_shipping_shipment_message_error {
|
|
color: #a00 !important;
|
|
}
|
|
|
|
.flexible_shipping_shipment_message_error span {
|
|
color: #444;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/** select */
|
|
.woocommerce .wp-admin select {
|
|
height: 100%;
|
|
}
|
|
|
|
/** flexible printing integration */
|
|
.button.flexible-printing-button-print {
|
|
height: auto !important;
|
|
white-space: normal !important;;
|
|
word-wrap: break-word !important;;
|
|
}
|
|
|
|
/* Info Page */
|
|
.inspire-settings {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
|
|
.inspire-settings .inspire-main-content,
|
|
.inspire-settings .inspire-sidebar {
|
|
display: table-cell;
|
|
height: 500px;
|
|
margin: 0;
|
|
padding: 0;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.inspire-settings .inspire-main-content {
|
|
min-width: 800px;
|
|
}
|
|
|
|
.inspire-settings .inspire-sidebar {
|
|
padding-left: 30px;
|
|
width: 250px;
|
|
}
|
|
|
|
.flexible-shipping-info ol {
|
|
margin-top: 0;
|
|
}
|
|
|
|
#wpbody-content .flexible-shipping-info .metabox-holder {
|
|
padding-top: 0;
|
|
}
|
|
|
|
/* menu */
|
|
|
|
#adminmenu #toplevel_page_flexible-shipping .menu-icon-generic div.wp-menu-image::before {
|
|
font-family: WooCommerce!important;
|
|
content: '\e01d';
|
|
}
|
|
|
|
/* Flexible shipping settings */
|
|
.fs-new-service {
|
|
color: #006799;
|
|
}
|
|
|
|
/* Order shipping */
|
|
.fs-order-item-fallback {
|
|
margin-top: .5em;
|
|
color: #888;
|
|
}
|
|
|
|
/* order metabox */
|
|
.flexible_shipping_shipment_content p select {
|
|
max-width: 95%;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content span.description {
|
|
display: block;
|
|
}
|
|
|
|
.fs-saas-button-cancel-created {
|
|
float: right;
|
|
color: #a00;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.fs-saas-button-cancel-created:hover {
|
|
color: #a00;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content input[type=checkbox] {
|
|
float: left;
|
|
margin-right: 5px;
|
|
margin-top: 2px !important;
|
|
opacity: 1;
|
|
border-color: #888;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content input[type=checkbox]:disabled {
|
|
opacity: 0.7;
|
|
border-color: rgba( 51, 51, 51, 0.5 );
|
|
}
|
|
|
|
.flexible_shipping_shipment_content p.fs-saas-status {
|
|
}
|
|
|
|
.flexible_shipping_shipment_content p.fs-saas-status span {
|
|
font-weight: bold;
|
|
color: #444;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content p.fs-saas-status-fs-new {
|
|
color: #ffba00;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content p.fs-saas-status-fs-created {
|
|
color: #d0c21f;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content p.fs-saas-status-fs-confirmed {
|
|
color: #444;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content p.fs-saas-status-fs-failed {
|
|
color: #a00;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content p.fs-saas-status-fs-manifest {
|
|
color: #2ea2cc;
|
|
}
|
|
|
|
.flexible_shipping_shipment_content p.connection-error {
|
|
font-weight: bold;
|
|
color: #a00;
|
|
}
|
|
|
|
.fs-saas-shipment span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fs-saas-charges span {
|
|
}
|
|
|
|
.fs-saas-labels-counts span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fs-saas-no-labels-left {
|
|
color: #a00;
|
|
}
|
|
|
|
|
|
div.flexible-shipping-shipment-attachments p {
|
|
display: inline;
|
|
}
|
|
|
|
.flexible_shipping_shipment_attachment_message {
|
|
padding-top: 10px;
|
|
color: green;
|
|
}
|
|
|
|
|
|
table.flexible_shipping_services {
|
|
max-width: 550px;
|
|
}
|
|
|
|
table.flexible_shipping_services .sort {
|
|
width: 1%;
|
|
}
|
|
|
|
table.flexible_shipping_services .service_code {
|
|
width: 30px;
|
|
}
|
|
|
|
table.flexible_shipping_services .select {
|
|
text-align: center;
|
|
width: 1%;
|
|
}
|
|
|
|
table.flexible_shipping_services .select input {
|
|
margin: 0 8px 0 8px;
|
|
}
|
|
|
|
.woocommerce table.form-table table.flexible_shipping_services td.service_name input {
|
|
width: 100%;
|
|
}
|
|
|
|
input.woocommerce_flexible_shipping_service_name {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
|
|
/* Connect Global Notice */
|
|
.updated .fs-banner__button-container {
|
|
padding: 0.75rem 0 0;
|
|
}
|
|
|
|
.notice-info.fs-connect__container {
|
|
border-left: none;
|
|
padding: 0;
|
|
box-shadow: 0 0 0 1px #dfdfdf, 0 1px 2px #dfdfdf;
|
|
}
|
|
|
|
@media screen and (max-width: 782px) {
|
|
.notice-info.fs-connect__container {
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
|
|
.fs-connect__container {
|
|
display: block;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.fs-connect__inner-container > a:first-child {
|
|
z-index: 1;
|
|
}
|
|
|
|
.fs-connect__inner-container {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
-ms-flex-pack: left;
|
|
justify-content: left;
|
|
}
|
|
|
|
.fs-connect__content-container {
|
|
width: 1250px;
|
|
position: relative;
|
|
padding: 2rem;
|
|
z-index: 0;
|
|
}
|
|
|
|
@media (min-width: 782px) {
|
|
.fs-connect__content-container {
|
|
padding: 2rem 2rem 4rem 2rem;
|
|
}
|
|
}
|
|
|
|
.fs-connect__content-container p {
|
|
color: #555;
|
|
font-size: 0.875rem;
|
|
}
|
|
|
|
.fs-connect__content-container h2 {
|
|
margin-top: 0;
|
|
color: #555;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
.fs-connect__content-icon {
|
|
float: right;
|
|
margin: 0 1.5rem 0 2.25rem;
|
|
}
|
|
|
|
.fs-connect__content-icon svg {
|
|
fill: #0085ba;
|
|
height: 180px;
|
|
width: auto;
|
|
}
|
|
|
|
@media (max-width: 782px) {
|
|
.fs-connect__content-icon.fs-connect-illo {
|
|
float: none;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 2.25rem 0 1.5rem;
|
|
}
|
|
}
|
|
|
|
.fs-connect__slide {
|
|
display: none;
|
|
}
|
|
|
|
.fs-connect__slide.fs__slide-is-active {
|
|
display: block;
|
|
}
|
|
|
|
@media (min-width: 782px) {
|
|
.fs-connect__content-container .fs-banner__button-container {
|
|
position: absolute;
|
|
bottom: 0.5rem;
|
|
}
|
|
}
|
|
|
|
.fs-banner__button-container .button-primary {
|
|
margin: 0 0.3125rem 0.3125rem 0;
|
|
}
|
|
|
|
.fs-connect__vertical-nav {
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
@media (min-width: 600px) {
|
|
.fs-connect__vertical-nav {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
.fs-connect__vertical-nav {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.fs-connect__vertical-nav-container {
|
|
width: 15rem;
|
|
}
|
|
|
|
.vertical-menu__feature-item-label {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 600px) {
|
|
.vertical-menu__feature-item {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
border: none;
|
|
padding: 0.5rem;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
border-right: 1px solid #dfdfdf;
|
|
border-left: 3px solid #f9f9f9;
|
|
background-color: #f9f9f9;
|
|
color: #555;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.vertical-menu__feature-item:last-of-type {
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
|
|
.vertical-menu__feature-item-is-selected {
|
|
border-left: 3px solid #0085ba;
|
|
border-right: 1px solid #fff;
|
|
background-color: #fff;
|
|
color: #2e4453;
|
|
}
|
|
|
|
.vertical-menu__feature-item-is-selected.fs-feature-intro {
|
|
border-left: 3px solid #00BE28;
|
|
}
|
|
|
|
.vertical-menu__feature-item-icon {
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
padding: 0.25rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.vertical-menu__feature-item svg {
|
|
fill: #555;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.vertical-menu__feature-item-is-selected svg {
|
|
fill: #0085ba;
|
|
}
|
|
|
|
.vertical-menu__feature-item-label {
|
|
display: block;
|
|
padding: 0.5rem;
|
|
}
|
|
}
|
|
|
|
.fs-couriers {
|
|
margin-top: 2.5em;
|
|
}
|
|
|
|
.fs-courier {
|
|
position: relative;
|
|
margin-bottom: 2.5em;
|
|
text-align: center;
|
|
}
|
|
|
|
.fs-courier img {
|
|
height: 50px;
|
|
width: auto;
|
|
}
|
|
|
|
.fs-courier-label {
|
|
background-color: #333;
|
|
border-radius: 3px;
|
|
color: #fff;
|
|
padding: 0 4px 1px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: -10px;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.fs-couriers {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.fs-courier {
|
|
width: 20%;
|
|
}
|
|
}
|
|
|
|
/* Connect Register */
|
|
.admin_page_flexible_shipping_connect_register .notice.is-dismissible,
|
|
.admin_page_flexible_shipping_connect_register .update-nag,
|
|
.admin_page_flexible_shipping_connect_register .updated,
|
|
.admin_page_flexible_shipping_connect_register .settings-error {
|
|
display: none !important;
|
|
}
|
|
|
|
.fs-page-wrap {
|
|
margin: 0 auto;
|
|
max-width: 45rem;
|
|
}
|
|
|
|
.fs-page-wrap h1 {
|
|
font-weight: normal;
|
|
margin-bottom: .67em;
|
|
text-align: center;
|
|
}
|
|
|
|
.fs-box {
|
|
display: block;
|
|
position: relative;
|
|
margin: 0 auto 20px;
|
|
padding: 16px;
|
|
box-sizing: border-box;
|
|
background: white;
|
|
box-shadow: 0 0 0 1px #dfdfdf, 0 1px 2px #dfdfdf;
|
|
}
|
|
|
|
.fs-box:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.admin_page_flexible_shipping_connect_register .fs-box,
|
|
.fs-box.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.admin_page_flexible_shipping_connect_register .fs-box p {
|
|
margin: 1.5em 0;
|
|
}
|
|
|
|
.fs-box input[type="email"] {
|
|
padding: 8px 10px;
|
|
}
|
|
|
|
.fs-actions {
|
|
padding-left: 40px;
|
|
}
|
|
|
|
.fs-actions button:active {
|
|
vertical-align: inherit !important;
|
|
}
|
|
|
|
.fs-actions .spinner {
|
|
float: none;
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.fs-cols {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.fs-inner-box {
|
|
box-sizing: border-box;
|
|
margin-top: 30px;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.fs-inner-box h4 {
|
|
font-size: 1.2em;
|
|
margin-bottom: .37em;
|
|
}
|
|
|
|
.fs-inner-box svg {
|
|
fill: #0085ba;
|
|
height: 70px;
|
|
width: auto;
|
|
}
|
|
|
|
@media (min-width: 600px) {
|
|
.fs-inner-box {
|
|
width: 33.33%;
|
|
}
|
|
}
|
|
|
|
.fs-connect-box-header {
|
|
margin-top: 3em;
|
|
}
|
|
|
|
.hide-fs-connect-integration-box {
|
|
display: none;
|
|
}
|