From 4b45b11294cee9cb0144d18ce0897c18b466fe41 Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Sun, 30 Nov 2008 20:05:23 +0000
Subject: [PATCH] change: - Remove the empty space if no icon has been
 specified for the tree.

SVN: 9132
---
 .../cisd/openbis/public/css/openbis.css       | 24 +++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/css/openbis.css b/openbis/source/java/ch/systemsx/cisd/openbis/public/css/openbis.css
index 6bf78fbbeee..4ae628d3d8a 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/public/css/openbis.css
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/css/openbis.css
@@ -3,7 +3,9 @@ body,div,td {
     font-size: 12px;
 }
 
-/* Login */
+/*****************************
+ * Login
+ *****************************/
 
 .login-welcome-text {
     font-size: 24px;
@@ -34,7 +36,9 @@ body,div,td {
     text-decoration: line-through;
 }
 
-/* Property grid */
+/*****************************
+ * Property grid
+ *****************************/
 
 .property-grid {
     table-layout: auto;
@@ -52,7 +56,9 @@ body,div,td {
     background-color: #dddddd;
 }
 
-/* MainTabPanel */
+/*****************************
+ * MainTabPanel
+ *****************************/
 
 .intro-tab {
     font-size: large;
@@ -63,11 +69,21 @@ body,div,td {
     text-align: center;
 }
 
-/* Overridden GXT stuff */
+/*****************************
+ * Overridden GXT stuff
+ *****************************/
 
 .x-accordion-hd {
     color: #15428B;
     font-weight: bold;
     font-size-adjust: none;
     text-transform: capitalize;
+}
+
+/* Remove the empty space if no icon has been specified for the tree. */
+.my-tree-icon div {
+    cursor: pointer;
+    margin-top: 1px;
+    height: 0%;
+    width: 0%;
 }
\ No newline at end of file
-- 
GitLab