noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/01: Task #1045 - Amélioration apparence


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Task #1045 - Amélioration apparence : Correct some esthetic bug for IE
Date: Mon, 08 Dec 2014 23:04:50 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit eebc0ad97fe93d1d9197a3b3461123aff647d53c
Author: Dany De Bontridder <address@hidden>
Date:   Tue Dec 9 00:03:31 2014 +0100

    Task #1045 - Amélioration apparence  :
    Correct some esthetic bug for IE
---
 html/style-classic.css   |    2 +-
 html/style-light.css     |    5 +++++
 html/style-mandarine.css |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index f19487e..31e8255 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -1510,7 +1510,7 @@ div.box  {
     padding:2px;
     overflow:hidden;
     border:1px solid #00008B;
-    width:48%;
+    width:30%;
     height:350px;
     float:left;
     font-size:14px;
diff --git a/html/style-light.css b/html/style-light.css
index df2a049..d9fa82a 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -1604,6 +1604,9 @@ input.inum {
     border:1px solid #605D5D;
     margin:2px
 }
+/**************************************************************************
+Box dashboard on 3 columns
+**************************************************************************/
 div.box  {
     background-color:#e4e7ed;
     font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
@@ -1620,12 +1623,14 @@ div.box  {
     font-size:0.90rem;
 }
 @media only screen and (max-width: 1426px) {
+/* Dashboard on 2 cols */
     div.box {
     width: 48%;
     height: 380px;
     }
 }
 @media only screen and (max-width: 955px) {
+/* Dashboard on 1 cols */
     div.box {
     width: 95%;
         
diff --git a/html/style-mandarine.css b/html/style-mandarine.css
index d4fd386..5f9c401 100644
--- a/html/style-mandarine.css
+++ b/html/style-mandarine.css
@@ -1552,7 +1552,7 @@ div.box  {
     padding:2px;
     overflow:hidden;
     border:1px solid #6D3F2E;
-    width:60%;
+    width:30%;
     height:350px;
     float:left;
     font-size:14px;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]