Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 524 Rev 528
Line 8... Line 8...
8
	text-align:center;
8
	text-align:center;
9
}
9
}
10
#zone-debug{
10
#zone-debug{
11
	background-color:grey;
11
	background-color:grey;
12
	color:white;
12
	color:white;
-
 
13
}
-
 
14
/*----------------------------------------------------------------------------------------------------------*/
-
 
15
/* Spécifiques */
-
 
16
input,textarea{
-
 
17
	max-width:100%;
-
 
18
	height:auto;
-
 
19
	width: 100%;
-
 
20
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
13
}
21
}
14
22