noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/07: Cosmetic Bug : card box too small


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/07: Cosmetic Bug : card box too small
Date: Fri, 30 Sep 2022 09:35:56 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a8a9a62137b7ce7adc12941b0e6ebbb656153967
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Sep 29 10:56:09 2022 +0200

    Cosmetic Bug : card box too small
---
 include/template/module.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/module.php b/include/template/module.php
index 1f4698e1f..8fa2be0e6 100644
--- a/include/template/module.php
+++ b/include/template/module.php
@@ -25,7 +25,7 @@ if ( $cn->get_value("select count(*) from profile join 
profile_user using (p_id)
     $search_card->css_size='97%';
     $search_card_js=sprintf('onclick="boxsearch_card(\'%d\')"',dossier::id());
     echo Icon_Action::card( "$('box_search_card').show()");
-    echo '<div id="box_search_card" style="display:none" class="inner_box">';
+    echo '<div id="box_search_card" style="display:none;width:20rem" 
class="inner_box">';
     echo HtmlInput::title_box(_("recherche"), "box_search_card","hide");
     echo _('Recherche de fiche');
     echo '<p class="info">';



reply via email to

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