Plugin Directory

Changeset 2458887


Ignore:
Timestamp:
01/19/2021 12:05:07 PM (5 years ago)
Author:
bpluijms
Message:

Fixed small styling issue with progressbar

Location:
woocommerce-dymo-print
Files:
29 added
4 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-dymo-print/trunk/assets/css/woocommerce-dymo.css

    r2250521 r2458887  
    1 .dymo-progress{display:block;opacity:0;width:100%;max-width:150px;height:10px;border:1px solid #333;background-color:#333;position:relative;font-size:0.7em;font-weight:bold;-webkit-border-radius:10px;border-radius:10px;overflow:hidden;margin:0;top:2px;float:right;}#woocommerce-dymo-box .dymo-progress{margin:0 0 20px;top:10px;float:none;}
     1.dymo-progress{display:none;opacity:0;width:100%;max-width:150px;height:10px;border:1px solid #333;background-color:#333;position:relative;font-size:0.7em;font-weight:bold;-webkit-border-radius:10px;border-radius:10px;overflow:hidden;margin:0;top:2px;float:right;}#woocommerce-dymo-box .dymo-progress{margin:0 0 20px;top:10px;float:none;}
    22.dymo-progress span{height:100%;color:#000;text-align:right;line-height:10px;width:0;background-color:#B2D235;display:block;overflow:hidden;position:relative;-webkit-border-radius:10px;border-radius:10px;}.dymo-progress-error{background-color:#c00;}
    33.dymo-progress span:after{-webkit-animation:move 2s linear infinite;animation:move 2s linear infinite;content:" ";position:absolute;top:0; left:0; bottom:0; right:0;   background-image:-webkit-gradient(linear, 0 0, 100% 100%,       color-stop(.25, rgba(255, 255, 255, .2)),       color-stop(.25, transparent), color-stop(.5, transparent),      color-stop(.5, rgba(255, 255, 255, .2)),        color-stop(.75, rgba(255, 255, 255, .2)),       color-stop(.75, transparent), to(transparent)   );  background-image:           -webkit-linear-gradient(            -45deg,             rgba(255, 255, 255, .2) 25%,            transparent 25%,            transparent 50%,            rgba(255, 255, 255, .2) 50%,            rgba(255, 255, 255, .2) 75%,            transparent 75%,            transparent );  background-image:           -moz-linear-gradient(           -45deg,             rgba(255, 255, 255, .2) 25%,            transparent 25%,            transparent 50%,            rgba(255, 255, 255, .2) 50%,            rgba(255, 255, 255, .2) 75%,            transparent 75%,            transparent );  background-image:           -ms-linear-gradient(            -45deg,             rgba(255, 255, 255, .2) 25%,            transparent 25%,            transparent 50%,            rgba(255, 255, 255, .2) 50%,            rgba(255, 255, 255, .2) 75%,            transparent 75%,            transparent );  background-image:           -o-linear-gradient(         -45deg,             rgba(255, 255, 255, .2) 25%,            transparent 25%,            transparent 50%,            rgba(255, 255, 255, .2) 50%,            rgba(255, 255, 255, .2) 75%,            transparent 75%,            transparent );  z-index:1;  -webkit-background-size:50px 50px;  -moz-background-size:   50px 50px;  background-size:        50px 50px;  -webkit-animation:move 2s linear infinite;  -webkit-border-top-right-radius:8px;    -webkit-border-bottom-right-radius:8px;  -moz-border-radius-topright:8px;   -moz-border-radius-bottomright:8px; border-top-right-radius:8px;  border-bottom-right-radius:8px;   -webkit-border-top-left-radius:20px;    -webkit-border-bottom-left-radius:20px;  -moz-border-radius-topleft:20px;  -moz-border-radius-bottomleft:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow:hidden;}@-webkit-keyframes move{0%{background-position:0 0;} 100%{background-position:50px 50px;}}@keyframes move{0%{background-position:0 0;} 100%{background-position:50px 50px;}}
  • woocommerce-dymo-print/trunk/assets/js/woocommerce-dymo.js

    r2250521 r2458887  
    33        e.preventDefault();
    44        var OrderID=$(this).data('dymo-id');
    5 
     5       
     6        $(this).parent().find('.dymo-progress').css("display", "block");
     7       
    68        setTimeout(function() {
    79            frameworkInitShim(OrderID);
  • woocommerce-dymo-print/trunk/readme.txt

    r2404515 r2458887  
    77Requires PHP: 7.0
    88Tested up to: 5.5.1
    9 Stable tag: 3.0.1
     9Stable tag: 3.0.2
    1010WC requires at least: 3.8.0
    11 WC tested up to: 4.6.1
     11WC tested up to: 4.9.0
    1212License: GPLv2
    1313
     
    8585== Changelog ==
    8686***WooCommerce DYMO Print***
     87= 2021.01.18 - version 3.0.2 =
     88* Fix: Visual styling progress bar on overview page
     89
    8790= 2020.10.22 - version 3.0.1 =
    8891* Change: Updated DYMO Connect Framework library to latest version
  • woocommerce-dymo-print/trunk/woocommerce-dymo-print.php

    r2404515 r2458887  
    44Plugin URI: https://wpfortune.com/shop/plugins/woocommerce-dymo-print/
    55Description: This plugin provides shipping labels for your DYMO label printer from the backend. - Free version
    6 Version: 3.0.1
     6Version: 3.0.2
    77Author: PEP
    88Author URI: https://wpfortune.com/
    99WC requires at least: 3.7.0
    10 WC tested up to: 3.9.2
     10WC tested up to: 4.9.0
    1111*/
    1212/*  Copyright 2012  WP Fortune  (email : [email protected])
     
    3131 */
    3232$settings_plugin_name      =    'WooCommerce DYMO Print';
    33 $settings_plugin_version   =    '3.0.1';
     33$settings_plugin_version   =    '3.0.2';
    3434$settings_plugin_id        =    'woocommerce-dymo'; // Needed to work with the WPFortune updater
    3535$settings_plugin_slug      =    'wc_dymo';
Note: See TracChangeset for help on using the changeset viewer.