Revision a6f667a2 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js
88 88
            $(this).find('.img').stop(true, true).fadeIn('slow');
89 89
            $(this).find('.custom_checkbox:not(.checkbox-checked)').parents('.check').stop(true, true).removeClass('active');
90 90
            $(this).find('.visible-info em').stop(true, true).each(function(){
91
                $(this).removeAttr('style');   
91
                $(this).animate({
92
                 left: 0,
93
                }, 300);        
92 94
            }) 
93 95
         }
94 96
    );
......
112 114
      
113 115
        }
114 116

  
115
        // in any case, hide extra options and reset positions to normal
116
        $(this).parents('.container').removeClass('set-border');
117
        $(this).parents('.container').find('.img').fadeIn(200);
118
        $(this).parents('.container').find('.options').hide(); 
119
        $(this).parents('.container').find('.visible-info em').removeAttr('style');
117
        
120 118

  
121 119
        ui.cntCheckbox();
122 120
    })

Also available in: Unified diff