Plugin Directory

Changeset 1171123


Ignore:
Timestamp:
05/30/2015 07:50:57 PM (11 years ago)
Author:
2kblater.com
Message:

v2.0.2
css fixes

Location:
2kb-amazon-affiliates-store/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 2kb-amazon-affiliates-store/trunk/plugin.php

    r1154110 r1171123  
    44 * Plugin URI: http://www.2kblater.com/?p=8318
    55 * Description: Amazon Affiliate Store Plugin With Variants, Cart, Checkout, Custom Themes, Variants and Versions. Easy to manage and setup. Sell wide range of physical and digital products imported from Amazon Affiliate API using 90 days cookie reference.
    6  * Version: 2.0.1
     6 * Version: 2.0.2
    77 * Author: 2kblater.com
    88 * Author URI: http://www.2kblater.com
     
    1616}
    1717
    18 define('KbAmazonVersion', '2.0.1');
    19 define('KbAmazonVersionNumber', 201);
     18define('KbAmazonVersion', '2.0.2');
     19define('KbAmazonVersionNumber', 202);
    2020define('KbAmazonStoreFolderName',  pathinfo(dirname(__FILE__), PATHINFO_FILENAME));
    2121define('KbAmazonStorePluginPath',  dirname(__FILE__) . '/');
  • 2kb-amazon-affiliates-store/trunk/readme.txt

    r1154309 r1171123  
    464610. /assets/screenshot-10.jpg
    4747== Changelog ==
     48= 2.0.2 =
     49Css fixes
    4850= 2.0.1 =
    4951Import optimization
  • 2kb-amazon-affiliates-store/trunk/template/default/css/style.css

    r1135668 r1171123  
    227227    padding-left: 0;
    228228    padding-right: 0;
     229}
     230.kb-amz-item-actions .kb-add-to-cart span,
     231.kb-amz-item-actions .kb-checkout span
     232{
     233    background: none;
     234    color: inherit;
     235    font-size: inherit;
     236    padding: 0;
     237    margin: 0;
     238    display: initial;
     239    text-transform: initial;
    229240}
    230241.kb-add-to-cart img.loading{
Note: See TracChangeset for help on using the changeset viewer.