Correct image path

This commit is contained in:
Michael RICOIS 2012-08-22 19:55:56 +00:00
parent 5d26f823fd
commit 954dca6944
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -78,7 +78,7 @@ ul.ui-autocomplete {
}
.ui-autocomplete-loading {
background:white url('/themes/jqueryui/smoothness/ui-anim_basic_16x16.gif') right center no-repeat;
background:white url('/libs/ui/themes/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat;
}
#lastCiblage {

View File

@ -392,4 +392,4 @@ ul#fieldsblock li div.fieldgrp div.field .interval input[type=text] {
text-decoration: underline;
}
.ui-autocomplete-loading { background: white url('/themes/jqueryui/smoothness/ui-anim_basic_16x16.gif') right center no-repeat; }
.ui-autocomplete-loading { background: white url('/libs/ui/themes/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat; }