css
This commit is contained in:
parent
763c86144e
commit
6106d54632
@ -3481,6 +3481,8 @@ div .tdtop {
|
||||
vertical-align: top !important;
|
||||
/*padding-top: 10px !important;
|
||||
padding-bottom: 2px !important; */
|
||||
padding-top: 6px !important;
|
||||
padding-bottom: 4px !important;
|
||||
}
|
||||
|
||||
table.border td, table.bordernooddeven td, div.border div div.tagtd {
|
||||
|
||||
@ -4144,7 +4144,7 @@ div.tabBar .noborder {
|
||||
}
|
||||
div .tdtop {
|
||||
vertical-align: top !important;
|
||||
padding-top: 5px !important;
|
||||
padding-top: 8px !important;
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
@ -1707,7 +1707,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
||||
print "</td></tr>\n";
|
||||
|
||||
// VCard
|
||||
print '<tr><td class="tdtop">'.$langs->trans("VCard").'</td>';
|
||||
print '<tr><td>'.$langs->trans("VCard").'</td>';
|
||||
print '<td>';
|
||||
print '<a href="'.DOL_URL_ROOT.'/user/vcard.php?id='.$object->id.'">';
|
||||
print img_picto($langs->trans("Download"), 'vcard.png', 'class="paddingrightonly"');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user