Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 124 Rev 126
Line 348... Line 348...
348
#nom.valeur-defaut-recherche {
348
#nom.valeur-defaut-recherche {
349
	color:#848484;
349
	color:#848484;
350
	font-style:italic;	
350
	font-style:italic;	
351
	font-weight:0.9em;
351
	font-weight:0.9em;
352
}
352
}
-
 
353
/*---------------------------------------------------------------------------------------------------------------------------------------*/
-
 
354
/* Résultats */
-
 
355
.zone-resultat {
-
 
356
	margin-left:-40px;
-
 
357
	min-height:101px;
-
 
358
	padding:10px;
-
 
359
	margin-bottom:10px;
-
 
360
	background:#f8f9ec;
-
 
361
	border:solid 1px #f1f3de;
-
 
362
	-moz-border-radius:10px;
-
 
363
	-webkit-border-radius:10px;
-
 
364
	border-radius:10px;
-
 
365
	font-size:13px;
-
 
366
	-moz-box-shadow:3px 3px 3px #DDD;
-
 
367
}
-
 
368
.zone-resultat img {
-
 
369
	border:solid 2px #DDD
-
 
370
}
353
371