Changeset 1323773
- Timestamp:
- 01/08/2016 06:20:41 AM (10 years ago)
- Location:
- bcorp-visual-editor/trunk
- Files:
-
- 4 edited
-
bcorp_visual_editor.php (modified) (1 diff)
-
css/bcve.css (modified) (6 diffs)
-
js/bcve.js (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bcorp-visual-editor/trunk/bcorp_visual_editor.php
r1321463 r1323773 4 4 Plugin URI: http://bcorp.com 5 5 Description: Wordpress visual editor for editing BCorp Shortcodes. 6 Version: 0.1 16 Version: 0.12 7 7 Author: Tim Brattberg 8 8 Author URI: http://bcorp.com -
bcorp-visual-editor/trunk/css/bcve.css
r1321334 r1323773 31 31 .bcve-element-list, .bcve-icon-list {padding-left:3px; position:absolute; top:49px; bottom:0; width:100%; font-size:50px; overflow:scroll;} 32 32 .bcve-icon-list span { float:left; margin:2px; border:1px solid black; line-height:0.7em;} 33 33 #wp-bcve-text-editor-media-buttons > #bcorp-shortcodes-button {display:none; } 34 34 .bcve-icon, [data-icon]:before { 35 35 display: inline-block; … … 138 138 /************************************************ Short Code Styling ************************************************/ 139 139 140 .bcve-bcorp_accord { padding:3px 5px; }141 .bcve-bcorp_accord .bcve-bcorp_accord-textblock p { margin-bottom:0px; }140 .bcve-bcorp_accordion_panel { padding:3px 5px; } 141 .bcve-bcorp_accordion_panel-textblock p { margin-bottom:0px; } 142 142 143 143 .bcve-bcorp_accordion { margin:5px auto -10px auto; display:table;} … … 146 146 147 147 .bcve-bcorp_alert_box { padding:3px 5px; } 148 .bcve-bcorp_alert_box-align-center { text-align:center; } 149 .bcve-bcorp_alert_box-align-right { text-align:right; } 148 150 149 151 .bcve-bcorp_blog { margin:5px auto 5px auto; display:table;} … … 155 157 .bcve-bcorp_blog_slider-details {padding-left:10px; display:table; } 156 158 159 .bcve-bcorp_button { margin:6px; } 160 .bcve-bcorp_button-align-center { text-align:center; } 161 .bcve-bcorp_button-align-right { text-align:right; } 162 157 163 .bcve-bcorp_contact_form { margin:5px auto 5px auto; display:table;} 158 164 .bcve-bcorp_contact_form img {float:left; width:60px; height:60px;} … … 163 169 .bcve-bcorp_contact_field-details {padding-left:10px; display:table; } 164 170 165 .bcve-bcorp_heading { font-weight:bold; margin-top:15px; height:40px; line-height:1em; height:auto; margin-top:3px; margin-bottom:0.2em; }171 .bcve-bcorp_heading { font-weight:bold; margin-top:15px; height:40px; line-height:1em; height:auto; margin-top:3px; margin-bottom:0.2em; padding-left:5px; padding-right:5px;} 166 172 .bcve-bcorp_heading-heading-default,.bcve-bcorp_heading-heading-custom,.bcve-bcorp_heading-heading-h1 { font-size:33px; } 167 173 .bcve-bcorp_heading-heading-h2 { font-size:28px; } … … 283 289 .bcve-bcorp_table_cell .bcve-bcorp_tabbed-textblock p { margin-bottom:0px; } 284 290 285 .bcve-bcorp_tab bed { padding:3px 0px; }286 .bcve-bcorp_tab bed .bcve-bcorp_tabbed-textblock p { margin-bottom:0px; }291 .bcve-bcorp_tab_panel { padding:3px 5px; } 292 .bcve-bcorp_tab_panel-textblock p { margin-bottom:0px; } 287 293 288 294 .bcve-bcorp_tabs { margin:5px auto -10px auto; display:table;} -
bcorp-visual-editor/trunk/js/bcve.js
r1321334 r1323773 147 147 } 148 148 } 149 if (param['admin_class'] === true) $editedElement.find('.bcve-admin-content > div').addClass("bcve-"+sc+"-"+key+"-"+myvalue);149 if (param['admin_class'] === true) $editedElement.find('.bcve-admin-content:first > div').addClass("bcve-"+sc+"-"+key+"-"+myvalue); 150 150 } 151 151 } -
bcorp-visual-editor/trunk/readme.txt
r1321463 r1323773 5 5 Requires at least: 4.2.0 6 6 Tested up to: 4.4 7 Stable tag: 0.1 17 Stable tag: 0.12 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.en.html … … 44 44 == Changelog == 45 45 46 = 0.12 = 47 Removed BCorp Shortcode button when BCorp Visual Editor active to stop javascript errors. 48 Numerous Minor Visual Editor CSS tweaks. 49 46 50 = 0.11 = 47 51 Included the TGM Activation Plugin to automatically suggest the required BCorp Shortcodes Plugin … … 52 56 == Upgrade Notice == 53 57 58 = 0.12 = 59 Removed BCorp Shortcode button when BCorp Visual Editor active to stop javascript errors. 60 54 61 = 0.11 = 55 62 Included the TGM Activation Plugin to automatically suggest the required BCorp Shortcodes Plugin
Note: See TracChangeset
for help on using the changeset viewer.