Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 527 → Rev 528

/trunk/presentations/styles/popup.css
10,4 → 10,12
#zone-debug{
background-color:grey;
color:white;
}
/*----------------------------------------------------------------------------------------------------------*/
/* Spécifiques */
input,textarea{
max-width:100%;
height:auto;
width: 100%;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
}