Revision d475e17b

b/ui/static/ie.css
250 250

  
251 251
.network-machine {
252 252
    position: relative;
253
    overflow: visible;
254
    padding-bottom: 0;
255
    margin-top: 10px;
253 256
}
254 257

  
255 258
.last div.network-cable {
......
260 263
    position: relative;
261 264
    margin-left: -103px;
262 265
}
266

  
267
.first div.network-cable {
268
    height: 93px;
269
}
270

  
271
.firewall-content {
272
    margin-bottom: 0px;
273
    height: 90px;
274
}
275

  
276
.machines {
277
    margin-top: 15px;
278
    position: relative;
279
}
280
div.private-networks .network-contents {
281
    margin-top: -6px;
282
}
283

  
284
div.private-networks div.network-placeholder {
285
    position: relative;
286
    z-index: -1;
287
}
b/ui/static/main.css
2519 2519
.first div.network-cable {
2520 2520
    height:143px;
2521 2521
    margin-top:-6px;
2522
    z-index: 2000;
2523 2522
    position: relative;
2524 2523
}
2525 2524

  
b/ui/templates/networks.html
1065 1065
            }
1066 1066
        });
1067 1067
    }
1068

  
1069 1068
    $("#networks-pane #networks-container > .large-spinner").hide();
1070 1069

  
1071 1070
    // show all separators and hide the last one

Also available in: Unified diff