noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 205/323: CSS : recover box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 205/323: CSS : recover box
Date: Wed, 14 Mar 2018 17:38:50 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 77cf413af2776bd1cbfe9d28a782e6f25078b771
Author: Dany De Bontridder <address@hidden>
Date:   Tue Feb 13 07:02:40 2018 +0100

    CSS : recover box
---
 html/index.css | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/html/index.css b/html/index.css
index c8d6c5c..2f7752b 100644
--- a/html/index.css
+++ b/html/index.css
@@ -66,7 +66,7 @@ background-repeat: repeat-x repeat-y;
 
 #recover_box {
 
-    display: block;
+    display: none;
     position: absolute;
     top: 40%;
     z-index: 1;
@@ -103,7 +103,7 @@ background-repeat: repeat-x repeat-y;
     }
     #recover_box {
 
-    display: block;
+    display: none;
     position: absolute;
     top: 15%;
     z-index: 1;
@@ -132,7 +132,7 @@ background-repeat: repeat-x repeat-y;
     }
      #recover_box {
 
-    display: block;
+    display:none;
     position: absolute;
     top: 15%;
     z-index: 1;
@@ -174,7 +174,7 @@ background-repeat: repeat-x repeat-y;
 }
     #recover_box {
 
-    display: block;
+    display: none;
     position: absolute;
     top: 15%;
     z-index: 1;
@@ -216,7 +216,7 @@ background-repeat: repeat-x repeat-y;
 }
 #recover_box {
 
-    display: block;
+    display: none;
     position: absolute;
     top: 40%;
     z-index: 1;



reply via email to

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