noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 291/323: Fix position calc for other CSS Shee


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 291/323: Fix position calc for other CSS Sheet
Date: Wed, 14 Mar 2018 17:39:06 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit b3f59110f8d14c0e0603332ef9a33afee366288d
Author: Dany De Bontridder <address@hidden>
Date:   Sun Mar 4 12:10:05 2018 +0100

    Fix position calc for other CSS Sheet
---
 html/style-classic.css | 4 ++--
 html/style-light.css   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index ee493c1..a63f8d4 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -1268,7 +1268,7 @@ table.table_large tr.odd ,table.table_large tr.even {
 }
 #calc1
 {
-    position:absolute;
+    position:fixed;
     display:block;
     top:30px;
     left:150px;
@@ -2278,4 +2278,4 @@ div.bxbutton .icon:hover
 {
     background-color: white;
     color: blue;
-}
\ No newline at end of file
+}
diff --git a/html/style-light.css b/html/style-light.css
index 7e291e8..13e1468 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -1249,7 +1249,7 @@ table.table_large tr.odd ,table.table_large tr.even {
 }
 #calc1
 {
-    position:absolute;
+    position:fixed;
     display:block;
     top:30px;
     left:150px;
@@ -2226,4 +2226,4 @@ div.progressbar {
     background-color:darkblue;
     color:antiquewhite;
     font-weight: bolder;
-}
\ No newline at end of file
+}



reply via email to

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