Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 528 Rev 549
Line 10... Line 10...
10
#zone-debug{
10
#zone-debug{
11
	background-color:grey;
11
	background-color:grey;
12
	color:white;
12
	color:white;
13
}
13
}
14
/*----------------------------------------------------------------------------------------------------------*/
14
/*----------------------------------------------------------------------------------------------------------*/
15
/* Spécifiques */
15
/* Spécifiques popup : CONTACT */
16
input,textarea{
16
input,textarea{
17
	max-width:100%;
17
	max-width:100%;
18
	height:auto;
18
	height:auto;
19
	width: 100%;
19
	width: 100%;
20
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
20
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
-
 
21
}
-
 
22
/*----------------------------------------------------------------------------------------------------------*/
-
 
23
/* Spécifiques popup : ILLUSTRATION */
-
 
24
#info-img .img-cadre {
-
 
25
	text-align:center;
-
 
26
}
-
 
27
#info-img img {
-
 
28
	display:inline;
-
 
29
	vertical-align:middle;
-
 
30
	margin:0;
-
 
31
	border:0;
-
 
32
	border: 1px solid lightgrey;
-
 
33
	padding:2px;
21
}
34
}
22
35