Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2886 Rev 2887
Line 259... Line 259...
259
#abondance-liste
259
#abondance-liste
260
{
260
{
261
	margin-left: -4px;
261
	margin-left: -4px;
262
}
262
}
Line 263... Line -...
263
 
-
 
264
.texte-infobulle,
-
 
265
.image-infobulle {
-
 
266
	max-width: 300px;
-
 
267
	text-align: justify;
-
 
268
}
-
 
269
 
263
 
270
#logo-messicoles {
264
#logo-messicoles {
271
	height: 42px;
265
	height: 42px;
272
	float: right;
266
	float: right;
Line 273... Line 267...
273
}
267
}
274
 
268
 
275
#titre {
269
#titre {
Line -... Line 270...
-
 
270
	float: left;
-
 
271
}
-
 
272
 
-
 
273
 
-
 
274
/* Media Queries */
-
 
275
@media (max-width: 500px) {
-
 
276
	.texte-infobulle,
-
 
277
	.image-infobulle {
-
 
278
		max-width: 200px;
-
 
279
		text-align: justify;
-
 
280
	}
-
 
281
}
-
 
282
@media (min-width: 501px) {
-
 
283
	.texte-infobulle,
-
 
284
	.image-infobulle {
-
 
285
		max-width: 400px;
-
 
286
		text-align: justify;