From 869f9e3f31794139862e40d4718fad1b9bc50c70 Mon Sep 17 00:00:00 2001 From: Tristan Cavelier <tristan.cavelier@nexedi.com> Date: Tue, 19 Jan 2016 09:54:35 +0000 Subject: [PATCH] erp5_xhtml_style: add class for large gadgets By defining the class "large-gadget" on your gadget field you may allow you gadget to have a more convenient height. --- .../portal_skins/erp5_xhtml_style/erp5.css.xml | 7 ++++++- 1 file changed, 6 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 dc438a6696..1f068fa947 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 @@ -1461,7 +1461,12 @@ div.pdf-preview-navigation img.last{\n display: none;\n }\n \n -} +}\n +\n +fieldset > div.large-gadget {\n + height: 85vh;\n +}\n + ]]></string> </value> </item> -- 2.30.9