Changeset 1526769
- Timestamp:
- 11/02/2016 03:09:23 PM (9 years ago)
- Location:
- woo-layout-editor/trunk
- Files:
-
- 3 edited
-
Readme.txt (modified) (2 diffs)
-
css/woo_layout_editor.css (modified) (1 diff)
-
woo-product-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-layout-editor/trunk/Readme.txt
r1526762 r1526769 5 5 Requires at least: 4.1 6 6 Tested up to: 4.6.1 7 Stable tag: 1.4. 57 Stable tag: 1.4.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 66 66 67 67 == Changelog == 68 = 1.4.6 = 69 Css update 68 70 = 1.4.5 = 69 71 Change 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{ 23 float:left; 24 } 25 #shop-general , #shop-products { 26 width: 50%; 27 float: left; 28 } 29 30 .defualt-push-button{ 31 float:left; 32 width: 30%; 33 } 34 div#seialize-div { 35 float: left; 36 } 37 div#seialize-div-shop { 38 float: left; 39 } 40 h6.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 */ 49 ul b{ 50 color:red; 51 } 52 ul li:hover { 53 cursor:move; 54 } 55 h2.hndle.ui-sortable-handle { 56 pointer-events: none; 57 } 58 .wp-core-ui .button-link { 59 float:left; 60 } 61 62 -
woo-layout-editor/trunk/woo-product-editor.php
r1526756 r1526769 4 4 * Plugin URI: http://www.triplebit.com/myplugins/woo-layout-editor.zip 5 5 * Description: Page/Shop Layout Editor 6 * Version: 1.4. 56 * Version: 1.4.6 7 7 * Author: Izac Lesher 8 8 * Author URI: http://itziklesher.com
Note: See TracChangeset
for help on using the changeset viewer.