From b305c9b1483520d0d4d3a08becd7ff607c4dd693 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 18 Dec 2014 21:30:22 -0800 Subject: [PATCH] GUAC-932: Remove excessive display logic from document structure. --- .../src/main/webapp/app/groupList/templates/guacGroupList.html | 2 +- guacamole/src/main/webapp/app/index/styles/ui.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/app/groupList/templates/guacGroupList.html b/guacamole/src/main/webapp/app/groupList/templates/guacGroupList.html index 3c118b603..269961041 100644 --- a/guacamole/src/main/webapp/app/groupList/templates/guacGroupList.html +++ b/guacamole/src/main/webapp/app/groupList/templates/guacGroupList.html @@ -47,7 +47,7 @@
+ ng-class="{expanded: item.isExpanded, empty: !item.children.length, balancer: item.isBalancing}"> diff --git a/guacamole/src/main/webapp/app/index/styles/ui.css b/guacamole/src/main/webapp/app/index/styles/ui.css index 9302dae60..433b38178 100644 --- a/guacamole/src/main/webapp/app/index/styles/ui.css +++ b/guacamole/src/main/webapp/app/index/styles/ui.css @@ -260,7 +260,7 @@ div.section { border-left: 1px dotted rgba(0, 0, 0, 0.25); } -.group.balancer > .caption .icon.type { +.group.balancer:not(.empty) > .caption .icon.type { display: inline-block; background-image: url('images/protocol-icons/guac-monitor.png'); }