mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: more width
This commit is contained in:
parent
4e34cec467
commit
4adc5adfcd
|
|
@ -1468,7 +1468,7 @@ 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 {
|
||||
position:absolute;
|
||||
width:400px;
|
||||
width:600px;
|
||||
background-color:white;
|
||||
border:1px solid #888;
|
||||
margin:0px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user