From 37f20420b0e236705ee72d818622e29f90426c99 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Wed, 24 Jan 2007 08:54:25 +0000 Subject: [PATCH] Support for Web Page white page style git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12237 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/erp5.css.xml | 14 +++++++++++++- 1 file changed, 13 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 9a441ba710e..c4fce57ead4 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 @@ -1100,7 +1100,19 @@ fieldset.bottom .field .input {\n border-left-width: 1px;\n border-right-width: 1px;\n }\n - +\n +/* Web Page White Background */\n +\n +.document div.page {\n + background-color: white;\n + border-color: black;\n + border-width: 1px;\n + padding: 1em;\n +}\n +\n +.document div.page div {\n + color: black;\n +} ]]></string> </value> </item> -- 2.30.9