Revision 9db70e60

b/snf-cyclades-app/synnefo/ui/static/snf/css/main.css
6822 6822
}
6823 6823

  
6824 6824
.model-item .status-indicator {
6825
  width: 110px;
6825
  width: 65px;
6826 6826
  float: right;
6827 6827
}
6828 6828

  
b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_networks_view.js
423 423
        if (hide) {
424 424
          this.ports.stop().hide();
425 425
        } else {
426
          var self = this;
427
          this.ports.parent().parent().css({overflow: 'hidden'});
426 428
          this.ports.stop().slideToggle(function() {
427 429
              $(window).trigger("resize");
430
              self.ports.parent().parent().css({overflow: 'visible'});
428 431
            });
429 432
        }
430 433
        this.ports_toggler.find(".cont-toggler").toggleClass("open");

Also available in: Unified diff