[Erp5-report] r9744 - /erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_defau...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 7 19:03:45 CEST 2006


Author: kevin
Date: Thu Sep  7 19:03:44 2006
New Revision: 9744

URL: http://svn.erp5.org?rev=9744&view=rev
Log:
Clean up the css.

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/erp5_web_default.css.xml

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/erp5_web_default.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/erp5_web_default.css.xml?rev=9744&r1=9743&r2=9744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/erp5_web_default.css.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/erp5_web_default.css.xml Thu Sep  7 19:03:44 2006
@@ -129,38 +129,9 @@
 ** 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




More information about the Erp5-report mailing list