To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 2172

Show
Ignore:
Timestamp:
09/09/10 17:24:26 (17 months ago)
Author:
johnnyoffline
Message:

it seemed like the width of the templates wasn't right so I changed them. But they might have to go back

Location:
plugins/apostropheBlogPlugin/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/_formScripts.php

    r2116 r2172  
    2323            $('.a-sidebar-toggle').click(function(){ 
    2424              $(this).toggleClass('open').next().toggle(); 
    25             }) 
     25            }); 
    2626         
    2727                        $('.post-date-toggle').click(function(){ 
  • plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_singleColumnTemplate.php

    r1981 r2172  
    1717  'type_options' => array( 
    1818    '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'),                              
    2222))) ?> 
    2323 
  • plugins/apostropheBlogPlugin/trunk/modules/aEventAdmin/templates/_formScripts.php

    r2116 r2172  
    2727            $('.a-sidebar-toggle').click(function(){ 
    2828              $(this).toggleClass('open').next().toggle(); 
    29             }) 
     29            }); 
    3030 
    3131                        $('.post-date-toggle').click(function(){ 
  • plugins/apostropheBlogPlugin/trunk/web/css/aBlog.css

    r2116 r2172  
    966966        padding-right: 4px; 
    967967} 
     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; }