From 3ffaef8b0065182997f1957332f2be51b4a9cd70 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Thu, 7 Sep 2006 17:03:44 +0000 Subject: [PATCH] Clean up the css. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9744 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_web_default.css.xml | 31 +------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/erp5_web_default.css.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/erp5_web_default.css.xml index c1b4d8800a..3865c87efb 100644 --- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/erp5_web_default.css.xml +++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/erp5_web_default.css.xml @@ -129,38 +129,9 @@ span.cancelled {color: #ccc}\n ** Layout technic based on http://alistapart.com/articles/holygrail/\n -----------------------------------------------*/\n \n -<tal:block tal:replace="nothing">\n -/* The first global form can be used as a global wrapper */\n -body > form#main_form {\n - padding-right: 1em; /* inter-column space */\n - padding-left: 1em; /* inter-column space */\n - margin-left: 16.4em; /* form#main_form > div column margin-left + inter column space + 4 *border width (.1em) */\n - position: relative;\n - z-index: 2;\n -}\n -\n -/* Default layout for form groups (sidebar actually) */\n -form#main_form > div {\n - border: .1em solid #aaa; /* here is a border width (.1em) used to calculate positionning */\n - margin-bottom: 1em; /* space between groups */\n - margin-left: -16.4em; /* = -(div.width + inter column space + 4 *border width (.1em) ) */\n - width: 15em; /* XXX CONSTANT !! */\n -}\n -\n -/* Undo border styling for main content */\n -form#main_form > div.main_content {\n - border: 0;\n - /*margin-top: 4em; not needed normally: this is part of the header. (and this cause some bottom hidding in konqueror) */\n - width: 100%;\n - float: right;\n -}\n -\n -</tal:block>\n -\n -\n div.content {\n background: #fff;\n - /* XXX is this border an issue ? border: .1em solid #ccc; here is a border width (.1em) used to calculate positionning */\n + border: .1em solid #ccc;\n }\n \n \n -- 2.30.9