noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 89/219: Cosmetic : cache certaines colonnes


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 89/219: Cosmetic : cache certaines colonnes pour petit écran
Date: Mon, 18 Dec 2017 13:22:43 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit fdedbc4dc1e1ebd8520de420c94a4a7a6ec91cb2
Author: Dany De Bontridder <address@hidden>
Date:   Wed Oct 18 22:03:40 2017 +0200

    Cosmetic : cache certaines colonnes pour petit écran
---
 html/style-classic.css |  3 +++
 html/style-light.css   | 11 +++++++++++
 html/style-r692.css    | 15 +++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/html/style-classic.css b/html/style-classic.css
index 24b51ea..e591e65 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -1184,6 +1184,9 @@ span.remain {
     }
     #predef_form {
     }
+     .visible_gt1155 {
+     display:none;   
+    }
 }
 @media only screen and (max-width: 900px) {
     #predef_form {
diff --git a/html/style-light.css b/html/style-light.css
index c221d87..da4954d 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -1614,6 +1614,17 @@ div.box  {
     height: 380px;
     }
 }
address@hidden only screen and (max-width: 1155px) {
+    div#jrn_name_div
+    {
+        display: none;
+    }
+    #predef_form {
+    }
+    .visible_gt1155 {
+     display:none;   
+    }
+}
 div.box table{
     border-spacing:0px;
     font-size: 95%;
diff --git a/html/style-r692.css b/html/style-r692.css
index 3f8be59..46b0d09 100644
--- a/html/style-r692.css
+++ b/html/style-r692.css
@@ -944,6 +944,9 @@ span.remain {
     }
     #predef_form {
     }
+    .visible_gt1155 {
+     display:none;   
+    }
 }
 @media only screen and (max-width: 900px) {
     #predef_form {
@@ -1767,6 +1770,18 @@ input[type="button"].tinybutton {
   padding : 3px;
   
 }
+.image_search:hover {
+    cursor:pointer;
+    width:16px;
+    height:16px;
+    vertical-align: top;
+    background-color: lightblue;
+    background-repeat: repeat-x;
+    background-position: left;
+   background-image: inherit;
+  padding : 3px;
+  
+}
 /****************************************************************************
  * Aligned button
  ****************************************************************************/



reply via email to

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