Revision a4c3dfc8 ui/static/ie.css

b/ui/static/ie.css
243 243
}
244 244

  
245 245
div.network-remove-machine {
246
    position: relative;
246
    position: absolute;
247 247
    z-index: -1;
248
    margin-left: -96px;
248
    margin-left: 0px;
249
    left: -38px;
249 250
}
250 251

  
251 252
div.network div.machine-actions {
......
261 262
}
262 263

  
263 264
.last div.network-cable {
264
    position: relative;
265
    position: absolute;
266
    left: 5px;
265 267
}
266 268

  
267 269
div.firewall-cable {
268
    position: relative;
269
    margin-left: -103px;
270
    position: absolute;
271
    left: -35px;
272
    height: 93px;
273
    margin-left:0;
270 274
}
271 275

  
272 276
.first div.network-cable {
273 277
    height: 93px;
278
    position: absolute;
279
    left: 5px;
274 280
}
275 281

  
276 282
.firewall-content {
......
290 296
    position: relative;
291 297
    z-index: -1;
292 298
}
299

  
300
div.network {
301
    width: 540px;
302
}

Also available in: Unified diff