noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 284/323: CSS : box_search_card , hidden if wi


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 284/323: CSS : box_search_card , hidden if width < 804px
Date: Wed, 14 Mar 2018 17:39:05 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 943cbd58778e92ca54c50101ca44c343b09a5e98
Author: Dany De Bontridder <address@hidden>
Date:   Wed Feb 28 21:15:29 2018 +0100

    CSS : box_search_card , hidden if width < 804px
---
 html/style-classic7.css | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/html/style-classic7.css b/html/style-classic7.css
index 9e50b56..3e1cdef 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -1398,6 +1398,18 @@ div#box_search_card {
     right:15.625%;
     top:115px;
 }
address@hidden only screen and (max-width:994px)
+{
+    div#box_search_card {
+    top:29%;
+    }
+}
address@hidden only screen and (max-width:804px)
+{
+    div#box_search_card {
+     display:none;
+    }
+}
 div.bxbutton
 {
     float:right;



reply via email to

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