From a7648e22facdc753ce55d428b51e09223e200e7b Mon Sep 17 00:00:00 2001
From: Christophe Dumez <christophe@nexedi.com>
Date: Mon, 21 Aug 2006 14:07:08 +0000
Subject: [PATCH] - fixed separator in context bar

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9286 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_xhtml_style/erp5.css.xml   | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
index 17146c5969..d760378a8f 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
@@ -649,31 +649,21 @@ fieldset.bottom .field label {\n
   color: inherit;\n
 }\n
 \n
-#context_bar .tool_buttons a,\n
-#context_bar .separator,\n
-#main_bar .separator {\n
+#context_bar .tool_buttons a {\n
   float: left;\n
   margin-left: 2px;\n
   margin-right: 2px;\n
 }\n
 \n
-#context_bar .separator,\n
-#main_bar .separator {\n
+.separator {\n
   color: inherit;\n
   width: 0;\n
   height: 24px;\n
   display: block;\n
+  float: left;\n
   margin-left: 6px;\n
   margin-right: 6px;\n
   border-width: 1px;\n
-}\n
-\n
-#main_bar .separator {\n
-  border-color: <dtml-var context_bar_background_color>;\n
-  border-style: outset;\n
-}\n
-\n
-#context_bar .separator {\n
   border-color: <dtml-var navigation_bar_background_color>;\n
   border-style: inset;\n
 }\n
-- 
2.30.9