This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9426e71  Improved: Add menu-container-style to calendar menu  
(OFBIZ-12270)
9426e71 is described below

commit 9426e716a76e297358b7941b7bc0b072eeb0efca
Author: Jacques Le Roux <[email protected]>
AuthorDate: Mon Jul 5 19:41:11 2021 +0200

    Improved: Add menu-container-style to calendar menu  (OFBIZ-12270)
    
    Attached patch try to make calendar menu more appealing in Helveticus theme.
    Without this, menu items will be squeezed together.
    See this for example:
    https://demo-trunk.ofbiz.apache.org/workeffort/control/calendar
    
    Thanks: Win Wang
---
 applications/workeffort/widget/WorkEffortMenus.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/workeffort/widget/WorkEffortMenus.xml 
b/applications/workeffort/widget/WorkEffortMenus.xml
index ac3b323..ecde030 100644
--- a/applications/workeffort/widget/WorkEffortMenus.xml
+++ b/applications/workeffort/widget/WorkEffortMenus.xml
@@ -270,7 +270,7 @@ under the License.
     </menu>
     <menu name="Upcoming" extends="Calendar">
     </menu>
-    <menu name="Calendar">
+    <menu name="Calendar" menu-container-style="basic-nav">
         <menu-item name="upcoming">
             <condition>
                 <and>

Reply via email to