You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/08/06 08:16:18 UTC

[ofbiz-framework] 01/02: Improved: Fix issues reported by SonarQube analysis on Github (OFBIZ-12284)

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

commit 59ef7a4c9eb7985dfbec39226bc3e97b26d99c99
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Fri Jul 30 19:04:34 2021 +0200

    Improved: Fix issues reported by  SonarQube analysis on Github (OFBIZ-12284)
    
    Not sure all is exact, rather a try...
---
 themes/flatgrey/webapp/flatgrey/style.css | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/themes/flatgrey/webapp/flatgrey/style.css b/themes/flatgrey/webapp/flatgrey/style.css
index 303fdd8..1389ef5 100644
--- a/themes/flatgrey/webapp/flatgrey/style.css
+++ b/themes/flatgrey/webapp/flatgrey/style.css
@@ -109,7 +109,7 @@ body {
     color: #000;
     min-width: 780px;
     margin: 0;
-    width: expression(document.body.clientWidth < 782px? "780px" : "auto");
+    width: expression(document.body.clientWidth < 782? "780px" : "auto");
 }
 
 hr {
@@ -227,7 +227,7 @@ th, th a {
 /* ===== Used to align elements ===== */
 /* ================================== */
 .align-bottom {
-    vertical-align: bottom;;
+    vertical-align: bottom;
 }
 .align-center {
     text-align: center;
@@ -239,7 +239,7 @@ th, th a {
     text-align: left;
 }
 .align-middle {
-    vertical-align: bottom;;
+    vertical-align: bottom;
 }
 .align-right {
     text-align: right;
@@ -479,7 +479,6 @@ th, th a {
     padding: 0.1em 0.3em 0.1em 0.3em;
 }
 
-#app-navigation ul .selected,
 #app-navigation ul .selected {
     background-color: #f5f5f5;
     border: 0.1em solid;
@@ -753,10 +752,6 @@ th, th a {
     margin-bottom: 0.5em;
 }
 
-.button-style-2 {
-    display: table;
-}
-
 /* ===== In line bar ===== */
 .in-line-bar ul {
     display: inline; /* IE Fix */