Changeset 6310 for trunk/bp-core/bp-core-cssjs.php
- Timestamp:
- 09/06/2012 04:24:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-cssjs.php
r6259 r6310 105 105 */ 106 106 function bp_core_add_cropper_inline_css() { 107 global $bp;108 107 ?> 109 108 110 109 <style type="text/css"> 111 110 .jcrop-holder { float: left; margin: 0 20px 20px 0; text-align: left; } 112 .jcrop-vline, .jcrop-hline { font-size: 0; position: absolute; background: white top left repeat url( <?php echo BP_PLUGIN_URL ?>/bp-core/images/Jcrop.gif); }111 .jcrop-vline, .jcrop-hline { font-size: 0; position: absolute; background: white top left repeat url('<?php echo BP_PLUGIN_URL ?>/bp-core/images/Jcrop.gif'); } 113 112 .jcrop-vline { height: 100%; width: 1px !important; } 114 113 .jcrop-hline { width: 100%; height: 1px !important; }
Note: See TracChangeset
for help on using the changeset viewer.