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

Changeset 1826

Show
Ignore:
Timestamp:
07/22/10 15:07:39 (19 months ago)
Author:
johnnyoffline
Message:

removed visible trick from a.css and aUI - the flash of styling is not that noticeable. so there is not much reason to make this overly complicated thing

Location:
plugins/apostrophePlugin/trunk/web
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/trunk/web/css/a.css

    r1817 r1826  
    28932893{ 
    28942894float: left; 
    2895 visibility: hidden; 
    28962895position: relative; 
    28972896margin: 0 !important; 
  • plugins/apostrophePlugin/trunk/web/js/aUI.js

    r1536 r1826  
    103103        // }) 
    104104 
    105         //aContext Slot / Area Controls Setup 
    106105        $('.a-controls li:last-child').addClass('last'); // Add 'last' Class To Last Option 
    107         $('.a-controls').css('visibility','visible'); // Display Controls After They Have Been Styled 
    108106         
    109107        // You can define this function in your site.js to execute code whenenever apostrophe calls aUI();