From baf156b1b359d92d26823991f792171473c6a29d Mon Sep 17 00:00:00 2001 From: Rafael Monnerat <rafael@nexedi.com> Date: Fri, 6 Jun 2008 14:36:17 +0000 Subject: [PATCH] Make td is well vertically aligned. Force left and right has width 50%. Fields on left or right that width > than middle starts to use scroll now. This make 75 chars the max width without use scrolls. This fix is also good for no js enabled, but it not fix totally konqueror layout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21386 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/erp5.css.xml | 7 +++++++ product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 8 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 8a3ed27f89..038e16967b 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 @@ -599,10 +599,17 @@ table.fake {\n width: 100%;\n }\n \n +table.fake tr td {\n + vertical-align: top;\n + width: 50%;\n +}\n +\n .content .field {\n position: relative;\n clear: left;\n font-style: italic;\n + width: 100%;\n + overflow: auto;\n }\n \n .content .field .input {\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 878b70634a..b1ce634589 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -543 \ No newline at end of file +550 \ No newline at end of file -- 2.30.9