Fix css
This commit is contained in:
parent
fb8326a9bb
commit
e839c72109
@ -189,8 +189,10 @@ foreach($listofnotifiedevents as $notifiedevent)
|
||||
print '</td></tr>';
|
||||
|
||||
print '</table>';
|
||||
print '<div class="opacitymedium">';
|
||||
print '* '.$langs->trans("GoOntoUserCardToAddMore").'<br>';
|
||||
if (! empty($conf->societe->enabled)) print '** '.$langs->trans("GoOntoContactCardToAddMore").'<br>';
|
||||
print '</div>';
|
||||
print '<br><br>';
|
||||
|
||||
|
||||
|
||||
@ -1277,6 +1277,9 @@ div.nopadding {
|
||||
.pictoedit, .pictowarning, .pictodelete {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
.fiche img.pictoedit {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.colorthumb {
|
||||
padding-left: 1px !important;
|
||||
padding-right: 1px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user