Changeset 1582697
- Timestamp:
- 01/26/2017 03:25:52 PM (9 years ago)
- Location:
- cat-block/trunk
- Files:
-
- 3 edited
-
assets/css/admin.css (modified) (6 diffs)
-
cat-block.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cat-block/trunk/assets/css/admin.css
r1409623 r1582697 12 12 float: left; 13 13 width: 8em; 14 margin-top:1em; 15 } 16 .cvmh-widget-form-tabs.ui-tabs-vertical.ui-corner-all, 17 .cvmh-widget-form-tabs.ui-tabs-vertical .ui-tabs-nav.ui-corner-all, 18 .cvmh-widget-form-tabs.ui-tabs-vertical .ui-tabs-nav .ui-corner-top{ 19 border-radius:0; 20 border:0; 21 background:none; 14 22 } 15 23 … … 17 25 clear: left; 18 26 width: 100%; 19 margin -bottom:0;20 padding: .8em 0 .8em 1em;27 margin:0; 28 padding:0; 21 29 } 22 30 … … 29 37 display:block; 30 38 text-decoration: none; 39 color:#333; 40 font-weight:400; 41 font-size:13px; 31 42 } 32 43 … … 37 48 .cvmh-widget-form-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { 38 49 background-color: #fff; 50 margin:0 39 51 } 40 52 … … 48 60 } 49 61 62 .cvmh-widget-form-tabs.ui-tabs-vertical .ui-tabs-panel { 63 padding:0; 64 } 65 50 66 .cvmh-tab-content p { 51 67 margin-bottom: 1.5em; 52 68 } 53 69 54 .cvmh-tab-content psmall {70 .cvmh-tab-content small { 55 71 color: #777; 56 72 font-style: italic; … … 76 92 display: inline-block; 77 93 } 94 -
cat-block/trunk/cat-block.php
r1517712 r1582697 4 4 * Plugin URI: http://www.agence-web-cvmh.fr 5 5 * Description: Adds a block (widget or shortcode), which scrolls through the posts in a category. 6 * Version: 2.6. 76 * Version: 2.6.8 7 7 * Author: CVMH solutions 8 8 * Author URI: http://www.agence-web-cvmh.fr … … 16 16 add_action( 'plugins_loaded', 'cvmh_catblock_constants', 1 ); 17 17 function cvmh_catblock_constants() { 18 define( 'CVMH_CATBLOCK_VERSION' , '2. 4' );18 define( 'CVMH_CATBLOCK_VERSION' , '2.6.8' ); 19 19 define( 'CVMH_CATBLOCK_PATH' , trailingslashit( plugin_dir_path( __FILE__ ) ) ); 20 20 define( 'CVMH_CATBLOCK_URI' , trailingslashit( plugin_dir_url( __FILE__ ) ) ); -
cat-block/trunk/readme.txt
r1517712 r1582697 4 4 Tags: category, taxonomy, widget 5 5 Requires at least: 3.6 6 Tested up to: 4. 5.26 Tested up to: 4.7.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 60 60 61 61 == Changelog == 62 63 = 2.6.8 = 64 * Fixed: admin CSS conflict 62 65 63 66 = 2.6.7 =
Note: See TracChangeset
for help on using the changeset viewer.