[ofbiz-framework] branch trunk updated: Improved: Enlarge the "more-app" menu in Rainbow Stome theme (OFBIZ-12181)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Enlarge the "more-app" menu in Rainbow Stome theme (OFBIZ-12181)

jleroux@apache.org
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 36380d1  Improved: Enlarge the "more-app" menu in Rainbow Stome theme (OFBIZ-12181)
36380d1 is described below

commit 36380d198d082bfa8f6f2a89b9050045aa9433e0
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sun Feb 21 12:17:24 2021 +0100

    Improved: Enlarge the "more-app" menu in Rainbow Stome theme (OFBIZ-12181)
   
    Enlarges #more-app in rainbowstone-main-theme.less from 40 to 200px
---
 themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less
index e96132d..ee14b3f 100644
--- a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less
+++ b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-main-theme.less
@@ -605,7 +605,7 @@ li.line-odd {
   justify-content: center;
   font-weight: bold;
   font-size: 1.4em !important;
-  width: 40px;
+  width: 200px;
   height: @app-bar-height;
   color: @font-color-for-dark;
 }