Changeset 1679321
- Timestamp:
- 06/15/2017 03:03:54 PM (9 years ago)
- Location:
- themedy-widgets/trunk
- Files:
-
- 1 added
- 5 edited
-
includes/widgets/css/widget-tabbed.css (modified) (1 diff)
-
includes/widgets/js/jquery.idTabs.js (added)
-
includes/widgets/widget-ad125.php (modified) (1 diff)
-
includes/widgets/widget-tabbed.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
themedy-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themedy-widgets/trunk/includes/widgets/css/widget-tabbed.css
r1324031 r1679321 173 173 } 174 174 175 .fade { width:300px; margin:20px auto; background:#EEE; padding:12px; overflow:hidden; } 176 .fade .tabs { float:left; overflow:auto; } 177 .fade .tabs li { 178 float:left; list-style:none; border:1px solid #444; margin:1px; -moz-border-radius:2px; } 179 .fade .tabs li a { 180 display:block; float:left; width:16px; height:16px; text-align:center; color:#000; 181 text-decoration:none; font:bold 10pt Verdana; background:#CCC; border:1px solid #FFF; } 182 .fade .tabs li:hover { margin:0; border-width:2px; } 183 .fade .tabs li a.selected { border-color:#444; } 184 .fade .items { clear:both; padding:6px 0; position:relative; top:0; left:0; height:1em; } 185 .fade .items div { display:none; position:absolute; top:0; left:0; padding-top:6px; } 186 175 187 /* Media Queries 176 188 ------------------------------------------------------------ */ -
themedy-widgets/trunk/includes/widgets/widget-ad125.php
r1550751 r1679321 26 26 27 27 if (is_active_widget(false, false, 'themedy_ad_widget') and !is_admin()){ 28 wp_enqueue_style('themedy- tabs-css', $themedy_widgets_directory.'css/widget-ads.css');28 wp_enqueue_style('themedy-ads-css', $themedy_widgets_directory.'css/widget-ads.css'); 29 29 } 30 30 } -
themedy-widgets/trunk/includes/widgets/widget-tabbed.php
r1324031 r1679321 31 31 32 32 if (is_active_widget(false, false, 'themedy_tab_widget') and !is_admin()){ 33 wp_register_script('themedy-tabbed-widget', $themedy_widgets_directory.'js/ tabs.js', array('jquery'), '3.0b', TRUE);33 wp_register_script('themedy-tabbed-widget', $themedy_widgets_directory.'js/jquery.idTabs.js', array('jquery'), '3.1', TRUE); 34 34 wp_enqueue_script('themedy-tabbed-widget'); 35 35 wp_enqueue_style('themedy-tabs-css', $themedy_widgets_directory.'css/widget-tabbed.css'); -
themedy-widgets/trunk/readme.txt
r1550751 r1679321 2 2 Contributors: themedy, mahodder, matthodder 3 3 Tags: shortcodes, themedy, genesis, thesis, ad widget, flickr widget, vimeo widget, video widget 4 Requires at least: 4. 45 Tested up to: 4. 76 Stable tag: 1.0. 84 Requires at least: 4.7 5 Tested up to: 4.8 6 Stable tag: 1.0.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 == Changelog == 27 28 = 1.0.9 = 29 * Fix tabbed widget 27 30 28 31 = 1.0.8 = -
themedy-widgets/trunk/themedy-widgets.php
r1550751 r1679321 4 4 Plugin URI: https://themedy.com 5 5 Description: A selection of widgets to extend your Themedy site even further. 6 Version: 1.0. 86 Version: 1.0.9 7 7 Author: Themedy 8 8 Author URI: https://themedy.com
Note: See TracChangeset
for help on using the changeset viewer.