Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 488 Rev 490
Line 242... Line 242...
242
	background-image:url("../images/attention.png");
242
	background-image:url("../images/attention.png");
243
	background-repeat:no-repeat;
243
	background-repeat:no-repeat;
244
	background-position:2% 50%;
244
	background-position:2% 50%;
245
	padding:10px 5px 5px 40px;
245
	padding:10px 5px 5px 40px;
246
	margin:0 0 3px 16px;
246
	margin:0 0 3px 16px;
247
	background-size:24px 24px;
-
 
248
	-webkit-background-size:24px 24px;
247
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
249
	-o-background-size:24px 24px;
-
 
250
	-moz-background-size:24px 24px;
-
 
251
	max-width:600px;
248
	max-width:600px;
252
	min-height:20px;}
249
	min-height:20px;}
253
.information {
250
.information {
254
	display:inline-block;
251
	display:inline-block;
255
	background-color:#e7ebfd;
252
	background-color:#e7ebfd;
256
	background-image:url("../images/information.png");
253
	background-image:url("../images/information.png");
257
	background-repeat:no-repeat;
254
	background-repeat:no-repeat;
258
	background-position:2% 50%;
255
	background-position:2% 50%;
259
	padding:10px 5px 5px 40px;
256
	padding:10px 5px 5px 40px;
260
	margin:0 0 3px 16px;
257
	margin:0 0 3px 16px;
261
	background-size:24px 24px;
-
 
262
	-webkit-background-size:24px 24px;
258
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
263
	-o-background-size:24px 24px;
-
 
264
	-moz-background-size:24px 24px;
-
 
265
	max-width:600px;
259
	max-width:600px;
266
	min-height:20px;}
260
	min-height:20px;}
267
hr.nettoyage{
261
hr.nettoyage{
268
	clear:both;
262
	clear:both;
269
	width:0;}
263
	width:0;}
270
.debogage pre{
264
.debogage, .debogage pre{
271
	white-space:-moz-pre-wrap; /* Mozilla depuis 1999 */
265
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
272
    white-space:-pre-wrap; /* Opera 4 à 6 */
-
 
273
    white-space:-o-pre-wrap; /* Opera 7 */
-
 
274
    word-wrap:break-word; /* IE 5.5+ */
266
	word-wrap:break-word; /* IE 5.5+ */
275
    overflow:auto;/* IE 6 */
267
    overflow:auto;/* IE 6 */
276
	white-space:pre-wrap;/* CSS 3 */
-
 
277
}
268
}
278
/*----------------------------------------------------------------------------------------------------------*/
269
/*----------------------------------------------------------------------------------------------------------*/
279
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
270
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
280
.largeur-01{
271
.largeur-01{
281
	width:60px;}
272
	width:60px;}
Line 517... Line 508...
517
	border-bottom-right-radius: 0;
508
	border-bottom-right-radius: 0;
518
}
509
}
519
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
510
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
520
	border-bottom-left-radius: 0;
511
	border-bottom-left-radius: 0;
521
}
512
}
522
 
-
 
523
.colonne {
513
.colonne {
524
	float:left;
514
	float:left;
525
	padding-bottom:10px;
515
	padding-bottom:10px;
526
	width:33%;
516
	width:33%;
527
	margin: 0 1px;
517
	margin: 0 1px;