Revision 99d2c273

b/ui/static/main.css
2473 2473
    margin-top: 9px;
2474 2474
}
2475 2475

  
2476
.namecontainer .name {
2477
    position: relative;
2478
}
2479

  
2480
.namecontainer .name .nametextbox {
2481
    z-index: 1000;
2482
}
2483

  
2476 2484
.nametextbox {
2477 2485
    font-size: 95%;
2478 2486
}
b/ui/static/synnefo.js
2374 2374
function fix_v6_addresses() {
2375 2375

  
2376 2376
    // what to prepend
2377
    var match = "... ";
2377
    var match = "...";
2378 2378
    // long ip min length
2379 2379
    var limit = 20;
2380 2380
    // parts to show after the transformation

Also available in: Unified diff