This commit is contained in:
Laurent Destailleur
2014-05-23 21:06:53 +02:00
parent 23e951ff2a
commit f34aadef3d
2 changed files with 4 additions and 2 deletions

View File

@@ -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; }
/* ============================================================================== */