Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2898 Rev 2902
Line 287... Line 287...
287
	.texte-infobulle,
287
	.texte-infobulle,
288
	.image-infobulle {
288
	.image-infobulle {
289
		max-width: 200px;
289
		max-width: 200px;
290
		text-align: justify;
290
		text-align: justify;
291
	}
291
	}
-
 
292
	.image-verticale-infobulle {
-
 
293
		max-width: 100px;
-
 
294
		float: right;
-
 
295
	}
-
 
296
	#bord1 {
-
 
297
		max-width: 200px;
-
 
298
	}
292
}
299
}
293
@media (min-width: 501px) {
300
@media (min-width: 501px) {
294
	.texte-infobulle,
301
	.texte-infobulle,
295
	.image-infobulle {
302
	.image-infobulle {
296
		max-width: 400px;
303
		max-width: 400px;
297
		text-align: justify;
304
		text-align: justify;
298
	}
305
	}
-
 
306
	.image-verticale-infobulle {
-
 
307
		max-width: 170px;
-
 
308
		float: right;
-
 
309
	}
-
 
310
	#bord1 {
-
 
311
		max-width: 230px;
-
 
312
	}
299
}
313
}
Line 300... Line 314...
300
 
314