[Erp5-report] r9286 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 21 16:07:13 CEST 2006


Author: chris
Date: Mon Aug 21 16:07:08 2006
New Revision: 9286

URL: http://svn.erp5.org?rev=9286&view=rev
Log:
- fixed separator in context bar

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=9286&r1=9285&r2=9286&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Mon Aug 21 16:07:08 2006
@@ -649,31 +649,21 @@
   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




More information about the Erp5-report mailing list