From 775e6e9370c20db65893a361aab57635bf959575 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 19 Feb 2015 11:51:26 +0000 Subject: [PATCH] * Mail/idots: Fix not be able to open mail folders from the mail-tree --- phpgwapi/templates/idots/css/idots.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpgwapi/templates/idots/css/idots.css b/phpgwapi/templates/idots/css/idots.css index 4f77e057cf..26b67ccb52 100644 --- a/phpgwapi/templates/idots/css/idots.css +++ b/phpgwapi/templates/idots/css/idots.css @@ -30,6 +30,12 @@ #tdSidebox { overflow: hidden; } +/*Fix click handler on mail-tree not working because of conflict with draggable +Although this stops resizable working on mail sidebox*/ +.divSidebox *{ + position:relative; +} + .textSidebox { border-top: 1px solid #d3d3d3; padding-left: 1px;