35 lines
566 B
CSS
35 lines
566 B
CSS
#rechercheCiblage {
|
|
margin:5px 0;
|
|
}
|
|
|
|
#rechercheCiblage input.searchCiblage {
|
|
border:1px solid;
|
|
padding:3px 5px;
|
|
}
|
|
|
|
#rechercheCiblage input.searchCiblage:focus {
|
|
border:1px solid #4D90FE;
|
|
}
|
|
|
|
#rechercheCiblage input.submit {
|
|
font-weight:bold;
|
|
padding:2px 5px;
|
|
background-color:#4D90FE;
|
|
color:#ffffff;
|
|
border:1px solid #3079ED;
|
|
}
|
|
|
|
|
|
ul.ui-autocomplete {
|
|
width:250px;
|
|
font-size:0.9em;
|
|
}
|
|
|
|
.ui-autocomplete-loading {
|
|
background:white url('/themes/jqueryui/smoothness/ui-anim_basic_16x16.gif') right center no-repeat;
|
|
}
|
|
|
|
#lastCiblage {
|
|
margin:5px 0;
|
|
}
|