noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/13: Cosmetic : card position


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/13: Cosmetic : card position
Date: Sat, 15 Sep 2018 17:18:55 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit b1547466b2975ed6398d18885173bc95476e50c8
Author: Dany De Bontridder <address@hidden>
Date:   Fri Aug 3 10:46:29 2018 +0200

    Cosmetic : card position
---
 html/js/card.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/card.js b/html/js/card.js
index d58daab..0986a8c 100644
--- a/html/js/card.js
+++ b/html/js/card.js
@@ -318,7 +318,7 @@ function result_card_search(req)
             sx=document.body.scrollTop+60;
        }
 
-        var div_style="top:"+sx+"px;height:auto";
+        var div_style="top:"+sx+"px;min-height:80%;height:auto";
         
add_div({id:'search_card',cssclass:'inner_box',html:"",style:div_style,drag:false,effect:'blinddown'});
         
         $('search_card').innerHTML=code_html;
@@ -1022,4 +1022,4 @@ function delete_card(obj) {
             });
         }
     });
-}
\ No newline at end of file
+}



reply via email to

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