From 4f4efc446097aa60437b345551f523d443756943 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 4 Mar 2009 12:29:01 +0000
Subject: [PATCH] Fix a CSS bug due to which it was impossible to click on
 elements below top, right search buttonas its height was equal to page height
 thus overlapping all elements (ivan)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25853 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml     | 2 +-
 bt5/tiolive_base/bt/revision                                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml b/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
index 142d23b360..e84e9caa52 100644
--- a/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
+++ b/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
@@ -1354,7 +1354,7 @@ td.AnchorColumn {\n
   color:#F6A801;\n
   font-size:1pt;\n
   display:block;\n
-  height:100%;\n
+  height:35px;\n
   overflow:hidden;\n
   position:absolute;\n
   right:5px;\n
diff --git a/bt5/tiolive_base/bt/revision b/bt5/tiolive_base/bt/revision
index c7930257df..301160a930 100644
--- a/bt5/tiolive_base/bt/revision
+++ b/bt5/tiolive_base/bt/revision
@@ -1 +1 @@
-7
\ No newline at end of file
+8
\ No newline at end of file
-- 
2.30.9