Cosmetic Bug : card box too small
This commit is contained in:
parent
9a2527aa3d
commit
a8a9a62137
1 changed files with 1 additions and 1 deletions
|
|
@ -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">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue