From 33f4da875a09f17022338a61c3c09fd01b09e8f1 Mon Sep 17 00:00:00 2001 From: sebastiaan Date: Sat, 22 Sep 2012 10:54:22 -0200 Subject: [PATCH] Additional fix for #U4-306 - click to the right of the node still collapsed the tree --- .../umbraco_client/Tree/Themes/umbraco/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Umbraco.Web.UI/umbraco_client/Tree/Themes/umbraco/style.css b/src/Umbraco.Web.UI/umbraco_client/Tree/Themes/umbraco/style.css index be2588e658..fa3fc3b3e9 100644 --- a/src/Umbraco.Web.UI/umbraco_client/Tree/Themes/umbraco/style.css +++ b/src/Umbraco.Web.UI/umbraco_client/Tree/Themes/umbraco/style.css @@ -18,6 +18,7 @@ background-repeat:no-repeat !important; line-height: 18px; height: 18px; + width: 100%; } .tree.tree-umbraco ul {margin-left:0px;} .tree.tree-umbraco ul li ul {padding-left:5px;} @@ -59,6 +60,8 @@ background: #D5EFFC; border:1px solid #99DEFD; -moz-border-radius: 2px; + display: inline; + width: auto; }