Revision 1300b465

b/ui/static/main.css
1243 1243
    clear: both;
1244 1244
    color: white;
1245 1245
    position: absolute;
1246
    right: 10px;
1247
    top: 10px;
1246
    right: 15px;
1247
    top: 15px;
1248 1248
}
1249 1249

  
1250 1250
a.machines_view_link {
b/ui/static/opera.css
1
#wizard .right {
2
    margin-top: -23px;
3
}
4

  
5
#metadata-wizard .addbuttons {
6
    margin-top: -17px;
7
}
8

  
9
div#view-select {
10
    top: -15px;
11
}
12

  
13
#networks-wizard .create {
14
    margin-top: -23px;
15
}
16

  
17
div.machine-details .editbuttons {
18
    margin-top: -20px;
19
}
b/ui/static/snf/js/ui/web/ui_icon_view.js
502 502
                return;
503 503
            }
504 504

  
505
            this.sel('image_name').text(image.get('name'));
506
            this.sel('image_size').text(image.get('metadata').values.size);
505
            this.sel('image_name').text(util.truncate(image.get('name'), 13)).attr("title", image.get('name'));
506
            this.sel('image_size').text(image.get('metadata').values.size).attr('title', image.get('metadata').values.size);
507 507

  
508 508
            this.sel('cpu').text(flavor.get('cpu'));
509 509
            this.sel('ram').text(flavor.get('ram'));

Also available in: Unified diff