noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/02: Move Total info to the right


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/02: Move Total info to the right
Date: Sat, 10 Sep 2022 15:07:31 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 058dc4835bce23bca6320f8047604f9ce71ab808
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Sep 10 20:41:33 2022 +0200

    Move Total info to the right
---
 html/css/style-classic7.css | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 430c2416c..8598ee4ad 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -2168,10 +2168,13 @@ ul.aligned-block li {
  * Total in confirmation VEN / ACH
  
******************************************************************************/
 #total_div_id {
-    float: right;
-    margin-right: 150px;
+    float: left;
+    /*margin-right: 150px;
+    margin-top: 50px;*/
     background: snow;
-    margin-top: 50px;
+    padding: 2rem;
+    border:1px solid navy;
+    margin-right:1rem;
 }
 /***************************************************************************
  * column in the dashboard



reply via email to

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