diff --git a/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_multiflex_layout/erp5_web_multiflex5_commerce_layout/global_navigation_box.xml b/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_multiflex_layout/erp5_web_multiflex5_commerce_layout/global_navigation_box.xml index 250baf1cec861194655dfd53b8d2233341632307..0ca2815ea2ad7f305f6f0a37e4b223f1d667c292 100644 --- a/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_multiflex_layout/erp5_web_multiflex5_commerce_layout/global_navigation_box.xml +++ b/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_multiflex_layout/erp5_web_multiflex5_commerce_layout/global_navigation_box.xml @@ -13,11 +13,12 @@ <key> <string>delegated_list</string> </key> <value> <list> - <string>title</string> <string>default</string> - <string>whitespace_preserve</string> + <string>description</string> <string>enabled</string> <string>height</string> + <string>title</string> + <string>whitespace_preserve</string> <string>width</string> </list> </value> @@ -94,6 +95,10 @@ ]]></string> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>enabled</string> </key> <value> <int>0</int> </value> diff --git a/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_multiflex_layout/mf54_commerce.css.xml b/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_multiflex_layout/mf54_commerce.css.xml index 5c2e6a1b3fe1cf26a41e58624ecf6841cc8bb4a3..77f983235603b11eb4c897976295f04623b343a0 100644 --- a/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_multiflex_layout/mf54_commerce.css.xml +++ b/bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_multiflex_layout/mf54_commerce.css.xml @@ -81,15 +81,15 @@ div.portal_status_message h3 {margin:0px;}\n \n #fieldset_left {padding:10px;}\n #fieldset_left div.field {margin-top:5px; margin-bottom: 10px;}\n -#fieldset_left label {float:left; width: <tal:block tal:replace="python: main_content_width / 5"/>px;}\n +#fieldset_left label {font-size: 120% !important; color:#505050; float:left; width: <tal:block tal:replace="python: main_content_width / 5"/>px;}\n #fieldset_left label a {display:none;}\n #fieldset_right {padding:10px;}\n #fieldset_right div.field {margin-top:5px; margin-bottom: 10px;}\n -#fieldset_right label {float:left; width:<tal:block tal:replace="python: main_content_width / 5"/>px;}\n +#fieldset_right label {font-size: 120% !important; color:#505050; float:left; width:<tal:block tal:replace="python: main_content_width / 5"/>px;}\n #fieldset_right label a {display:none;}\n #fieldset_center {padding:10px;}\n #fieldset_center div.field {margin-top:5px; margin-bottom: 10px;}\n -#fieldset_center label {float:left; width:<tal:block tal:replace="python: main_content_width / 5"/>px;}\n +#fieldset_center label {font-size: 120% !important; color:#505050; float:left; width:<tal:block tal:replace="python: main_content_width / 5"/>px;}\n #fieldset_center label a {display:none;}\n \n div.subcontent-box.cartbox fieldset.widget div.field label {display: none;}\n