Revision a6f667a2

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
    })
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/app.scss
356 356
			height:58px;
357 357
		}
358 358
		.container {
359
			&.set-bg {	background:lighten($primary-color,30%); }
359
			&.set-bg {	background:lighten($primary-color,35%); }
360 360
			&.set-border {	border-color:$secondary-color; }
361 361
			border:1px solid transparent;
362 362
			margin: 0 20px;
b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css
7131 7131
}
7132 7132
/* line 359, ../sass/app.scss */
7133 7133
.items-list li .container.set-bg {
7134
  background: #dfdfdf;
7134
  background: #ebebec;
7135 7135
}
7136 7136
/* line 360, ../sass/app.scss */
7137 7137
.items-list li .container.set-border {

Also available in: Unified diff