Revision c376783b ui/static/main.css

b/ui/static/main.css
452 452
	width: 50px;		
453 453
}
454 454

  
455
div.instance {
455
div.machine {
456 456
    clear: both;
457 457
    margin: 5px 0 0 -32px;
458 458
    padding: 3px 4px 0;
......
461 461
    height: 65px;
462 462
}
463 463

  
464
.instance a {
464
.machine a {
465 465
    color: #3d3d3d;
466 466
    font-weight: normal;
467 467
    text-decoration: none;
468 468
    font-size: 9pt;
469 469
}
470 470

  
471
.instance a:hover {
471
.machine a:hover {
472 472
    color: #000;
473 473
    text-decoration: underline;
474 474
}
......
508 508
    display: block;
509 509
}
510 510

  
511
.actions a:focus, .actions:hover a,.instance:hover .actions a {
511
.actions a:focus, .actions:hover a,.machine:hover .actions a {
512 512
    color: #3d3d3d;
513 513
    display: block;
514 514
}
515 515

  
516
.instance:hover {
516
.machine:hover {
517 517
    background-color:#dcdcdc;
518 518
}
519 519

  
520
.instance img {
520
.machine img {
521 521
    float: left;
522 522
    margin: 7px 14px 0;
523 523
}
......
552 552
    opacity: 0.6;
553 553
}
554 554

  
555
.instance:hover div.uptime, .instance:hover a.rename, .instance:hover a.configure {
555
.machine:hover div.uptime, .machine:hover a.rename, .machine:hover a.configure {
556 556
    color: #3d3d3d;
557 557
}
558 558

  
......
562 562
    margin-left: 1px;
563 563
}
564 564

  
565
div.instance-tabs {
565
div.machine-tabs {
566 566
    margin-top: 1em;
567 567
}
568 568

  
......
666 666
color:white !important;
667 667
}
668 668

  
669
div.instance-type {
669
div.machine-type {
670 670
    float: left;
671 671
    margin: 4px 10px 20px 0;
672 672
}
......
783 783
    cursor: pointer;
784 784
}
785 785

  
786
input.instance {
786
input.machine {
787 787
    width: 13px;
788 788
    height: 13px;
789 789
    padding: 0;
......
861 861
    background-color: #9d6d6a;
862 862
}
863 863

  
864
.instance .seperator {
864
.machine .seperator {
865 865
    width: 508px;
866 866
    height: 1px;
867 867
    margin: 8px 0 0 15px;
868 868
    background-color: #DCDCDC;
869 869
}
870 870

  
871
.instance h5 {
871
.machine h5 {
872 872
    margin: 0px 60px 1px 84px;
873 873
}
874 874

  
875
.instance .settings {
875
.machine .settings {
876 876
    margin-top: 22px;
877 877
}
878 878

  

Also available in: Unified diff