diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php index 19633aa13d723371323657b1150103380b977016..991e0c4a1484ac253bacb4d9b0db7527c24d4d7a 100644 --- a/htdocs/comm/action/card.php +++ b/htdocs/comm/action/card.php @@ -656,7 +656,7 @@ if ($action == 'create') } // Title - print '<tr><td'.(empty($conf->global->AGENDA_USE_EVENT_TYPE)?' class="fieldrequired"':'').'>'.$langs->trans("Title").'</td><td><input type="text" id="label" name="label" size="60" value="'.GETPOST('label').'"></td></tr>'; + print '<tr><td'.(empty($conf->global->AGENDA_USE_EVENT_TYPE)?' class="fieldrequired"':'').'>'.$langs->trans("Title").'</td><td><input type="text" id="label" name="label" class="soixantepercent" value="'.GETPOST('label').'"></td></tr>'; // Full day print '<tr><td>'.$langs->trans("EventOnFullDay").'</td><td><input type="checkbox" id="fullday" name="fullday" '.(GETPOST('fullday')?' checked':'').'></td></tr>'; diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php index fca007bfd1feee229e4a93cd9f608f0cf13ded5f..cc67393d6798a7dc2a62d8fbfec72a3c9ff4a8d2 100644 --- a/htdocs/contact/card.php +++ b/htdocs/contact/card.php @@ -797,7 +797,7 @@ else { print '<tr><td><label for="socid">'.$langs->trans("ThirdParty").'</label></td>'; print '<td colspan="3" class="maxwidthonsmartphone">'; - print $form->select_company(GETPOST('socid','int')?GETPOST('socid','int'):($object->socid?$object->socid:-1),'socid','',1); + print $form->select_company(GETPOST('socid','int')?GETPOST('socid','int'):($object->socid?$object->socid:-1), 'socid', '', $langs->trans("SelectThirdParty")); print '</td>'; print '</tr>'; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 00701e9621df2cc8cc3761bac2003a00a718d290..1601302c046bb91b3aad37edcbf6ef74c2316ac8 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -438,6 +438,9 @@ th .button { .quatrevingtpercent, .inputsearch { width: 80%; } +.soixantepercent { + width: 60%; +} textarea.centpercent { width: 96%; } @@ -3832,7 +3835,7 @@ dl.dropdown { position:absolute; top:2px; list-style:none; - max-height: 200px; + max-height: 300px; overflow: auto; } .dropdown span.value { diff --git a/htdocs/theme/md/img/object_category.png b/htdocs/theme/md/img/object_category.png index b0292d92aaec99817b1a0dff1c1c354cd715f10c..389277f400496cdd478a2daba2daf816cea10a0f 100644 Binary files a/htdocs/theme/md/img/object_category.png and b/htdocs/theme/md/img/object_category.png differ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index e4a4eb5810757643e7dbdbf395e6e901cdb64efb..55f4e72cb859e0f1ad0cf1dc1f00d0f764cf612b 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -425,6 +425,9 @@ th .button { .quatrevingtpercent, .inputsearch { width: 80%; } +.soixantepercent { + width: 60%; +} textarea.centpercent { width: 96%; } @@ -3613,7 +3616,7 @@ span.noborderoncategories a, li.noborderoncategories a { line-height: normal; } span.noborderoncategories { - padding: 5px 5px 0px 5px; + padding: 3px 5px 0px 5px; } .categtextwhite, .treeview .categtextwhite.hover { color: #fff !important; @@ -3664,7 +3667,7 @@ dl.dropdown { position:absolute; top:2px; list-style:none; - max-height: 200px; + max-height: 300px; overflow: auto; } .dropdown span.value {