Changeset 2172
- Timestamp:
- 09/09/10 17:24:26 (17 months ago)
- Location:
- plugins/apostropheBlogPlugin/trunk
- Files:
-
- 4 modified
-
modules/aBlogAdmin/templates/_formScripts.php (modified) (1 diff)
-
modules/aEvent/templates/_singleColumnTemplate.php (modified) (1 diff)
-
modules/aEventAdmin/templates/_formScripts.php (modified) (1 diff)
-
web/css/aBlog.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/_formScripts.php
r2116 r2172 23 23 $('.a-sidebar-toggle').click(function(){ 24 24 $(this).toggleClass('open').next().toggle(); 25 }) 25 }); 26 26 27 27 $('.post-date-toggle').click(function(){ -
plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_singleColumnTemplate.php
r1981 r2172 17 17 'type_options' => array( 18 18 'aRichText' => array('tool' => 'Main'), 19 'aSlideshow' => array("width" => 580, "flexHeight" => true, 'resizeType' => 's', 'constraints' => array('minimum-width' => 580)),20 'aVideo' => array('width' => 580, 'flexHeight' => true, 'resizeType' => 's'),21 'aPDF' => array('width' => 580, 'flexHeight' => true, 'resizeType' => 's'),19 'aSlideshow' => array("width" => 720, "flexHeight" => true, 'resizeType' => 's', 'constraints' => array('minimum-width' => 720)), 20 'aVideo' => array('width' => 720, 'flexHeight' => true, 'resizeType' => 's'), 21 'aPDF' => array('width' => 720, 'flexHeight' => true, 'resizeType' => 's'), 22 22 ))) ?> 23 23 -
plugins/apostropheBlogPlugin/trunk/modules/aEventAdmin/templates/_formScripts.php
r2116 r2172 27 27 $('.a-sidebar-toggle').click(function(){ 28 28 $(this).toggleClass('open').next().toggle(); 29 }) 29 }); 30 30 31 31 $('.post-date-toggle').click(function(){ -
plugins/apostropheBlogPlugin/trunk/web/css/aBlog.css
r2116 r2172 966 966 padding-right: 4px; 967 967 } 968 969 /* This fixes a bug where the area div covers the elements above it 970 causing edit buttons to be not clickable */ 971 .a-blog.index .a-content .a-area { display: inline-block !important; }

