Revision 9a22f1af ui/static/main.css

b/ui/static/main.css
693 693
}
694 694

  
695 695
div.machine {
696
    margin-left: -7px;
697
    padding-left: 7px;
696 698
    min-height: 65px;
697 699
    padding-right: 15px;
698 700
    padding-top: 2px;
......
802 804
}
803 805

  
804 806
.machine:hover {
805
    background-color:#CDE2EC;
807
    background-color:#A1C8DB;
806 808
}
807 809

  
808 810
.machine img.connect-arrow {
......
854 856
}
855 857

  
856 858
.running {
857
    background-color: white;
859
    background: url("./running-bg.png") repeat scroll 0 0 transparent;
858 860
    margin-left: -35px;
859 861
    margin-top: -76px;
860 862
    padding-bottom: 15px;

Also available in: Unified diff