Plugin Directory

Changeset 2785666


Ignore:
Timestamp:
09/16/2022 02:08:29 AM (3 years ago)
Author:
jcwpplugins
Message:

Add styles for configuration form

Location:
jc-ajax-search-for-woocommerce
Files:
253 added
3 edited

Legend:

Unmodified
Added
Removed
  • jc-ajax-search-for-woocommerce/trunk/admin/css/wc-ajax-search-jc-admin.css

    r2785634 r2785666  
    66.jc-wp-ajax-form-create .btn-create{margin-bottom: 10px;}
    77 .wcjc-form{max-width: 800px; padding: 20px; border: solid 1px #d3d3d3; margin: 20px;background: #fff;}
    8  .wcjc-form fieldset{padding: 10px; border: solid 1px #d3d3d3;margin-bottom: 30px;}
    9  .wcjc-form fieldset .row{margin-bottom: 10px; width: 100%;}
     8 .wcjc-form fieldset{padding: 0; border: solid 1px #d3d3d3;margin-bottom: 30px;}
     9 .wcjc-form fieldset .row{width: 98%; display: block; margin: 5px 10px; padding: 4px; position: relative;}
    1010 .wcjc-form fieldset .row input,
    1111 .wcjc-form fieldset .row label {max-width: 45%;}
    12  .wcjc-form fieldset h2{margin: 0;padding: 0;}
     12 .wcjc-form fieldset h2{    margin: 0; background: #0fa3e3; color: #fff; padding: 10px; font-size: 18px;}
    1313 .wcjc-form fieldset label{min-width: 235px; display: inline-block; text-align: right; padding-right: 10px; font-weight: 500;}
    1414 .wcjc-form fieldset label.checkbox{text-align: left;}
    1515 .jcwp-search-form .actions a{margin: 0 4px;}
    1616 .toplevel_page_woocomerce_ajax_search img {max-width: 80%; margin: 0!important; padding: 0!important; margin-top: 3px!important; }
     17 .wcjc-form .v-pro{background: #f1f0f0; border-radius: 5px;}
     18 .wcjc-form .v-pro:after{content: 'PRO'; position: absolute; right: 8px; font-size: 11px; padding: 2px 4px; border-radius: 5px; background: #d3d3d3; font-weight: bold; top: 0; bottom: 0; margin: auto; display: block!important; height: 19px;}
     19 
  • jc-ajax-search-for-woocommerce/trunk/jc-ajax-search-for-woocommerce.php

    r2785634 r2785666  
    55 * Plugin URI:        https://jcwpplugins.com/jc-ajax-search-for-woocommerce/
    66 * Description:       JC Ajax Search for WooCommerce allows you to create search forms with different settings to search for products without refreshing the page
    7  * Version:           1.0.0
     7 * Version:           1.0.1
    88 * Author:            JcwpPlugins
    99 * Author URI:        https://jcwpplugins.com/author/
     
    6565 * Rename this for your plugin and update it as you release new versions.
    6666 */
    67 define( 'WC_AJAX_SEARCH_JC_VERSION', '1.0.0' );
     67define( 'WC_AJAX_SEARCH_JC_VERSION', '1.0.1' );
    6868/**
    6969 * The code that runs during plugin activation.
  • jc-ajax-search-for-woocommerce/trunk/readme.txt

    r2785634 r2785666  
    55Requires at least: 4.0
    66Tested up to: 6.0.2
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    4747
    4848== Changelog ==
     49= 1.0.1 =
     50* Styles are added in configuration form
    4951= 1.0.0 =
    5052* Initial Plugin release
Note: See TracChangeset for help on using the changeset viewer.