Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 524 | Rev 549 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
503 jpm 1
@CHARSET "UTF-8";
514 jpm 2
/*----------------------------------------------------------------------------------------------------------*/
3
/* Disposition */
503 jpm 4
#zone-pied{
5
	text-align:center;
6
}
7
#eflore_pied_page{
8
	text-align:center;
9
}
10
#zone-debug{
11
	background-color:grey;
12
	color:white;
528 jpm 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;
524 jpm 21
}