Plugin Directory

Changeset 1526769


Ignore:
Timestamp:
11/02/2016 03:09:23 PM (9 years ago)
Author:
triplebit2
Message:

ver 1.4.6

Location:
woo-layout-editor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woo-layout-editor/trunk/Readme.txt

    r1526762 r1526769  
    55Requires at least: 4.1
    66Tested up to: 4.6.1
    7 Stable tag: 1.4.5
     7Stable tag: 1.4.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6666
    6767== Changelog ==
     68= 1.4.6 =
     69Css update
    6870= 1.4.5 =
    6971Change hooks priority
  • woo-layout-editor/trunk/css/woo_layout_editor.css

    r1526756 r1526769  
     1
     2.sortable-table{
     3    float:left;
     4}
     5
     6  #sortable1, #sortable2, #sortable_shop1, #sortable_shop2 , #sortable_shop1pr, #sortable_shop2pr {
     7    border: 1px solid #eee;
     8    width: 142px;
     9    min-height: 20px;
     10    list-style-type: none;
     11    margin: 0;
     12    padding: 5px 0 0 0;
     13    float: left;
     14    margin-right: 10px;
     15  }
     16  #sortable1 li, #sortable2 li,  #sortable_shop1 li, #sortable_shop2 li, #sortable_shop1pr li, #sortable_shop2pr li  {
     17    margin: 0 5px 5px 5px;
     18    padding: 5px;
     19    font-size: 1.2em;
     20    width: 120px;
     21  }
     22  .connectedSortable{
     23float:left;
     24}
     25  #shop-general , #shop-products {
     26 width: 50%;
     27 float: left;
     28}
     29
     30.defualt-push-button{
     31float:left;
     32width: 30%;
     33}
     34  div#seialize-div {
     35    float: left;
     36  }
     37  div#seialize-div-shop {
     38    float: left;
     39  }
     40h6.h6-class {
     41    font-size: xx-small;
     42    margin: initial;
     43}
     44
     45#serilization-layers-shop-products, #serilization-layers-shop, #serialize-layers{
     46    display:none;
     47}
     48/* indicate in red that here come the product layout */
     49ul b{
     50    color:red;
     51}
     52ul li:hover {
     53    cursor:move;
     54}
     55h2.hndle.ui-sortable-handle {
     56    pointer-events: none;
     57}
     58.wp-core-ui .button-link {
     59float:left;
     60}
     61
     62
  • woo-layout-editor/trunk/woo-product-editor.php

    r1526756 r1526769  
    44 * Plugin URI: http://www.triplebit.com/myplugins/woo-layout-editor.zip
    55 * Description: Page/Shop Layout Editor
    6  * Version: 1.4.5
     6 * Version: 1.4.6
    77 * Author: Izac Lesher
    88 * Author URI: http://itziklesher.com
Note: See TracChangeset for help on using the changeset viewer.