noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 09/73: CSS : position dashboard and ledger na


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 09/73: CSS : position dashboard and ledger name
Date: Fri, 28 May 2021 05:26:17 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 13679eea91632083002f0aa8f3dd5fa2a8ab83ec
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Apr 6 12:56:44 2021 +0200

    CSS : position dashboard and ledger name
---
 html/css/style-classic7.css | 111 +++++++++++++++++++++++---------------------
 1 file changed, 57 insertions(+), 54 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index c55e512..9654cfe 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -1064,50 +1064,42 @@ span.remain {
     font-weight: bold;
     color:#000000;
 }
- div#jrn_name_div
-    {
-        float: right;
-        margin-right:150px;
+/**==============================*/
+/* Ledger name */
+/**==============================*/
+div#jrn_name_div
+   {
+       display:none;
 
+   }
 
-    }
-    #predef_form {
-      /*  margin-left:35%;
-        width:60%;
-        position:absolute;
-        z-index:2
-      */
-    }
-@media only screen and (min-width: 1155px) {
-    div#jrn_name_div
-    {
-        float: right;
+/* SM */
+@media (min-width: 576px) {
+
+
+}
+/* MD */
+@media (min-width: 768px) {
 
-    }
-    #predef_form {
-        /*margin-left:35%;
-        width:60%;
-        position:absolute;
-        z-index:2
-        */
-    }
 }
-@media only screen and (max-width: 1155px) {
+/* LG */
+@media (min-width: 992px) {
     div#jrn_name_div
-    {
-        display: none;
-    }
-    #predef_form {
-    }
-    .visible_gt1155 {
-     display:none;   
-    }
+   {
+        display:block;
+   }
 }
-@media only screen and (max-width: 900px) {
-    #predef_form {
-        /* display: none;*/
-    }
+/* XL */
+@media (min-width: 1200px) {
+    div#jrn_name_div
+   {
+       float: right;
+       margin-right:2%;
+       display:block;
+   }
 }
+/**========*/    
+
 #direct
 {
     display:inline;
@@ -1602,32 +1594,43 @@ div.box  {
     background-color:#e4e7ed;
     font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
     font-family: 'openSansRegular';
- /*   margin-top:10px; */
-    margin-left:3px;
-    margin-right:3px;
-    /*! padding:2px; */
     overflow:hidden;
     border:1px solid #00008B;
-    width:32%;
-    height:364px;
-    float:left;
-    font-size:14px;
+    font-size:10px;
     font-size:0.90rem;
     border-radius:5px;
+    width:97%;
+    margin:1% 1.5% 1% 1.5%;
+    margin-right:2px
+   
 }
-@media only screen and (max-width: 1426px) {
-    div.box {
-    width: 48%;
-    height: 380px;
+/* SM */
+@media (min-width: 576px) {
+
+
+}
+/* MD */
+@media (min-width: 768px) {
+
 }
+/* LG */
+@media (min-width: 992px) {
+    div.box  {
+        width: 46%;
+        margin: 1.5%;
+
+    }
+
 }
-@media only screen and (max-width: 955px) {
-    div.box {
-    margin-top:10px;
-    width: 98%;
-    height: 380px;
+/* XL */
+@media (min-width: 1200px) {
+    div.box  {
+        width: 32.8%;
+        margin: 0.2%;
+
     }
 }
+/**========*/
 div.box table{
     border-spacing:0px;
     font-size: 96%;



reply via email to

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