Revision 38521f1e

b/snf-app/synnefo/ui/static/snf/css/main.css
5501 5501

  
5502 5502
.create-vm .type-filter li {
5503 5503
    font-size: 0.8em;
5504
    font-weight: bold;
5504
    /*font-weight: bold;*/
5505 5505
    padding: 4px;
5506 5506
    margin-bottom: 0px;
5507
    
5507
    color: #FF7F2A;
5508 5508
}
5509 5509

  
5510 5510
.create-vm .images-list li {
b/snf-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js
439 439
        show_image_details: function(img) {
440 440
            this.parent.$(".create-controls").hide();
441 441
            this.update_image_details(img);
442
            this.image_details.fadeIn(700);
442
            this.image_details.fadeIn(100);
443 443
        },
444 444

  
445 445
        reset: function() {

Also available in: Unified diff