noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/04: Esthetic: hide ledger info if not larg


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/04: Esthetic: hide ledger info if not large enough
Date: Mon, 02 Nov 2015 14:47:13 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit f700e84355909c3fd1bbf82c0f9e3f4c34d223c9
Author: Dany De Bontridder <address@hidden>
Date:   Mon Nov 2 08:32:54 2015 +0100

    Esthetic: hide ledger info if not large enough
---
 html/style-mandarine.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/html/style-mandarine.css b/html/style-mandarine.css
index 05a609d..74eb6ea 100644
--- a/html/style-mandarine.css
+++ b/html/style-mandarine.css
@@ -1096,13 +1096,19 @@ div#jrn_name_div
         margin-left:20%;
         width:60%;
         position: absolute;
+        z-index:1;
     }
 }
 @media only screen and (max-width: 955px) {
     div#jrn_name_div
     {
+        display:none;
     }
     #predef_form {
+        right:0px;
+        width:60%;
+        position: absolute;
+        z-index:1;
     }
 }
 #direct



reply via email to

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