[ofbiz-framework] branch release17.12 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 release17.12 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 release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new 392f18f  Improved: Enlarge the "more-app" menu in Rainbow Stome theme (OFBIZ-12181)
392f18f is described below

commit 392f18f913797787687dbd69a128aceba729f606
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Fri Feb 26 10:31:22 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-amber.less   | 2 +-
 themes/rainbowstone/webapp/rainbowstone/rainbowstone-emerald.less | 2 +-
 themes/rainbowstone/webapp/rainbowstone/rainbowstone-ruby.less    | 2 +-
 themes/rainbowstone/webapp/rainbowstone/rainbowstone-saphir.less  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-amber.less b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-amber.less
index 051d6a0..18a7dbf 100644
--- a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-amber.less
+++ b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-amber.less
@@ -693,7 +693,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;
 }
diff --git a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-emerald.less b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-emerald.less
index c1641c5..f59520f 100644
--- a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-emerald.less
+++ b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-emerald.less
@@ -694,7 +694,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;
 }
diff --git a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-ruby.less b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-ruby.less
index 1f6ed1e..fb36d9c 100644
--- a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-ruby.less
+++ b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-ruby.less
@@ -695,7 +695,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;
 }
diff --git a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-saphir.less b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-saphir.less
index b2dec1f..513e607 100644
--- a/themes/rainbowstone/webapp/rainbowstone/rainbowstone-saphir.less
+++ b/themes/rainbowstone/webapp/rainbowstone/rainbowstone-saphir.less
@@ -692,7 +692,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;
 }