Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 524 Rev 528
Line 233... Line 233...
233
	text-align:center;
233
	text-align:center;
234
}
234
}
235
.discretion{
235
.discretion{
236
	color:#A9A9A9;
236
	color:#A9A9A9;
237
	font-size:10px;
237
	font-size:10px;
238
	font-weight:normal;}
238
	font-weight:normal;
-
 
239
}
239
.attention {
240
.attention{
240
	display:inline-block;
-
 
241
	background-color:#ffffcc;
241
	background-color:#ffffcc;
242
	background-image:url("../images/attention.png");
242
	background-image:url("../images/attention.png");
243
	background-repeat:no-repeat;
-
 
244
	background-position:2% 50%;
-
 
245
	padding:10px 5px 5px 40px;
-
 
246
	margin:0 0 3px 16px;
-
 
247
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
-
 
248
	max-width:600px;
-
 
249
	min-height:20px;}
243
}
250
.information {
244
.information{
251
	display:inline-block;
-
 
252
	background-color:#e7ebfd;
245
	background-color:#e7ebfd;
253
	background-image:url("../images/information.png");
246
	background-image:url("../images/information.png");
-
 
247
}
-
 
248
.attention, .information{
-
 
249
	display:inline-block;
254
	background-repeat:no-repeat;
250
	background-repeat:no-repeat;
255
	background-position:2% 50%;
251
	background-position:5px 50%;
256
	padding:10px 5px 5px 40px;
252
	padding:10px 5px 5px 40px;
257
	margin:0 0 3px 16px;
-
 
258
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
253
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
259
	max-width:600px;
254
	max-width:600px;
260
	min-height:20px;}
255
	min-height:20px;
-
 
256
}
-
 
257
.msg{
-
 
258
	max-width:100%;
-
 
259
	height:auto;
-
 
260
	width: 100%;
-
 
261
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
-
 
262
	border-radius: 10px 10px 10px 10px;
-
 
263
    box-shadow: 2px 2px 5px #AAAAAA;
-
 
264
}
261
hr.nettoyage{
265
hr.nettoyage{
262
	clear:both;
266
	clear:both;
263
	width:0;}
267
	width:0;}
264
.debogage, .debogage pre{
268
.debogage, .debogage pre{
265
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
269
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;