mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: css
This commit is contained in:
parent
23e951ff2a
commit
f34aadef3d
|
|
@ -1368,7 +1368,7 @@ if ($action == 'create')
|
|||
|
||||
// Date
|
||||
print '<tr><td class="fieldrequired">'.$langs->trans('Date').'</td><td colspan="2">';
|
||||
$form->select_date('','','','','',"addprop");
|
||||
$form->select_date('','','','','',"addprop",1,1);
|
||||
print '</td></tr>';
|
||||
|
||||
// Validaty duration
|
||||
|
|
|
|||
|
|
@ -2269,6 +2269,8 @@ li.cal_event { border: none; list-style-type: none; }
|
|||
/* Ajax - Liste deroulante de l'autocompletion */
|
||||
/* ============================================================================== */
|
||||
|
||||
.ui-widget-content { border: solid 1px rgba(0,0,0,.3); background: #fff; }
|
||||
|
||||
.ui-autocomplete-loading { background: white url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/working.gif',1) ?>) right center no-repeat; }
|
||||
.ui-autocomplete {
|
||||
position:absolute;
|
||||
|
|
@ -2482,7 +2484,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
|||
{
|
||||
line-height: 1em !important;
|
||||
}
|
||||
.ui-autocomplete-input { margin: 0; padding: 1px; }
|
||||
.ui-autocomplete-input { margin: 0; padding: 2px; }
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user