Plugin Directory

Changeset 2770195


Ignore:
Timestamp:
08/13/2022 07:29:33 PM (4 years ago)
Author:
eggnstone
Message:

v1.0.26: Improved layout.

Location:
widgets-for-amazon/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • widgets-for-amazon/trunk/README.txt

    r2770181 r2770195  
    33Contributors: eggnstone
    44Donate link: https://paypal.me/eggnstone/ 
    5 Tags: search, widget, search widget, search widgets, widgets, amazon, affiliate, amazon affiliate 
     5Tags: search, search widget, search widgets, amazon, affiliate, amazon affiliate, widget, widgets
    66Requires at least: 5.0 
    77Requires PHP: 7.0 
    88Tested up to: 6.0
    9 Stable tag: 1.0.25
     9Stable tag: 1.0.26
    1010License: GPLv3 or later 
    1111License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5252== Changelog ==
    5353
    54 #### 1.0.25 - 2022-08-13
     54#### 1.0.26 - 2022-08-13
    5555
    5656- Improved layout.
  • widgets-for-amazon/trunk/css/amazon-search.css

    r2770181 r2770195  
    6262}
    6363
     64.amazon-search table.inner-table label
     65{
     66    margin: 0;
     67    padding: 0;
     68}
     69
    6470.amazon-search table.inner-table input
    6571{
     
    6874    border: 0;
    6975    width: 100%;
    70     height: 36px;
     76    height: 38px;
     77    margin: 0;
     78    padding: 0;
    7179}
    7280
  • widgets-for-amazon/trunk/js/amazon-search.js

    r2770181 r2770195  
    182182        "            <button " +
    183183        "              onclick='eggnstone_widgets_on_search_button_click(\"" + index + "\", \"" + url + "\", \"" + footerMessage + "\");'/>" +
    184         "              <svg width='12' height='12' http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z' style='fill:#ffffff'/></svg>" +
     184        "              <svg width='12' height='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z' style='fill:#ffffff'/></svg>" +
    185185        "            </button>" +
    186186        "          </td>" +
  • widgets-for-amazon/trunk/widgets-for-amazon.php

    r2770181 r2770195  
    55 * Plugin URI: https://blog.eggnstone.com/blog/widgets-for-amazon-for-wordpress
    66 * Description: Widgets for Amazon by eggnstone
    7  * Version: 1.0.25
     7 * Version: 1.0.26
    88 * Author: eggnstone
    99 * Author URI: https://eggnstone.com
Note: See TracChangeset for help on using the changeset viewer.