Revision e0e9957e

b/ui/static/main.css
1981 1981

  
1982 1982
div.network-remove-machine, div.network-add-machine {
1983 1983
    background-color: #FB822F;
1984
    color: #fff; 
1984
    color: #bc4b00; 
1985 1985
    width:90px;
1986 1986
    float:left;
1987 1987
    margin:34px 0 0 -100px;
......
1998 1998

  
1999 1999
span.remove-icon:hover, span.add-icon:hover {
2000 2000
    cursor:pointer;
2001
    color: #fff;
2001 2002
}
2002 2003

  
2003 2004
div.network-add-machine {
b/ui/templates/networks.html
295 295
$(".show-machines").click(function() {
296 296
    $(this).parent().next(".network-contents").slideToggle(600);
297 297
});
298
// toggle the component with class network-contents
299
$(".network-logos").click(function() {
300
    alert($(this).next(".network-contents"));
301
    $(this).next(".network-contents").slideToggle(600);
302
});
298 303

  
299 304
// intercept click to remove machine from network 
300 305
$(".remove-icon").click(function() {

Also available in: Unified diff