Revision 5926e37c ui/static/main.css

b/ui/static/main.css
797 797
    background-color:transparent;
798 798
}
799 799

  
800
div.machine div.actions a.action-shutdown {
800
div.running div.machine div.actions a.action-shutdown {
801 801
    display: block;
802 802
}
803 803

  
......
823 823
    visibility: visible;
824 824
}
825 825

  
826
div.running div.machine div.actions .disabled {
826
div.machine div.actions .disabled {
827 827
    display: none;
828 828
}
829 829

  
830
div.terminated div.machine div.actions .disabled {
830
div.machine div.actions .disabled {
831 831
    display: none;
832 832
}
833 833

  
834
div.terminated div.machine div.actions a.action-destroy {
835
    position: absolute;
836
    bottom: 0;
837
}
838

  
839
div.running div.machine div.actions a.action-destroy {
834
div.machine div.actions a.action-destroy {
840 835
    position: absolute;
841 836
    bottom: 0;
842 837
}

Also available in: Unified diff