Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 128 | Rev 135 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 128 Rev 131
Line 356... Line 356...
356
/* Formulaire d'autocompletion */	
356
/* Formulaire d'autocompletion */	
357
.ui-autocomplete a {
357
.ui-autocomplete a {
358
	text-decoration:none;
358
	text-decoration:none;
359
	border-bottom:none;
359
	border-bottom:none;
360
}
360
}
-
 
361
.ui-menu {
-
 
362
	list-style:none;
-
 
363
	padding: 2px;
-
 
364
	margin: 0;
-
 
365
	display:block;
-
 
366
	float: left;
-
 
367
	font-size: 11px;
-
 
368
	font-family: arial;
-
 
369
}
-
 
370
 
-
 
371
.ui-menu .ui-menu-item a {
-
 
372
	text-decoration:none;
-
 
373
	display:block;
-
 
374
	padding:.2em .4em;
-
 
375
	line-height:0.8;
-
 
376
	zoom:1;
-
 
377
}
Line 361... Line 378...
361
 
378
 
362
#nom.valeur-defaut-recherche {
379
#nom.valeur-defaut-recherche {
363
	color:#848484;
380
	color:#848484;
364
	font-style:italic;	
381
	font-style:italic;