From 1f4bf921219ea9f69002fda36f48e15f779c2712 Mon Sep 17 00:00:00 2001 From: Christophe Dumez <christophe@nexedi.com> Date: Wed, 19 Jul 2006 13:48:11 +0000 Subject: [PATCH] - fixed vertical alignment of links in context bar git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8600 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/erp5.css.xml | 8 ++++++++ product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 abda27f3c6..290f2f10ac 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 @@ -476,6 +476,14 @@ div.index_html table {\n color: inherit;\n }\n \n +#context_bar .tool_buttons a {\n + margin-top: 1px;\n + margin-left: 2px;\n + margin-right: 2px;\n + padding: 0;\n + position: relative;\n +}\n +\n #context_bar .tool_buttons button {\n float: left;\n }\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index ca7bf83ac5..8fdd954df9 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -13 \ No newline at end of file +22 \ No newline at end of file -- 2.30.9