Cosmetic Bug : card box too small

This commit is contained in:
sparkyx 2022-09-29 10:56:09 +02:00
parent 9a2527aa3d
commit a8a9a62137

View file

@ -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">';