Fix: syntax error

This commit is contained in:
Laurent Destailleur 2010-10-11 20:13:24 +00:00
parent 6f43ef4edf
commit 60e9afdec9

View File

@ -1466,31 +1466,30 @@ table.cal_event td { border: 0px; padding-<?php print $left; ?>: 0px; padding-<?
/* ============================================================================== */ /* ============================================================================== */
.ui-autocomplete-loading { background: white url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/working.gif' ?>) right center no-repeat; } .ui-autocomplete-loading { background: white url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/working.gif' ?>) right center no-repeat; }
.ui-autocomplete { .ui-autocomplete {
position:absolute; position:absolute;
width:auto; width:auto;
font-size: 1.0em; font-size: 1.0em;
background-color:white; background-color:white;
border:1px solid #888; border:1px solid #888;
margin:0px; margin:0px;
padding:0px; padding:0px;
} }
.ui-autocomplete ul { .ui-autocomplete ul {
list-style-type:none; list-style-type:none;
margin:0px; margin:0px;
padding:0px; padding:0px;
} }
.ui-autocomplete ul li.selected { background-color: #D3E5EC;} .ui-autocomplete ul li.selected { background-color: #D3E5EC;}
.ui-autocomplete ul li { .ui-autocomplete ul li {
list-style-type:none; list-style-type:none;
display:block; display:block;
margin:0; margin:0;
padding:2px; padding:2px;
height:16px; height:16px;
cursor:pointer; cursor:pointer;
} }
*/
/* ============================================================================== */ /* ============================================================================== */
/* Ajax - In place editor */ /* Ajax - In place editor */
/* ============================================================================== */ /* ============================================================================== */