Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 523 → Rev 524

/trunk/presentations/styles/popup.css
1,36 → 1,5
@CHARSET "UTF-8";
/*----------------------------------------------------------------------------------------------------------*/
/* Balises */
button, input, select, textarea {
font-size: 100%;
margin: 0;
vertical-align: middle;
}
input, textarea {
-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
margin-left: 0;
border-radius: 3px 3px 3px 3px;
display: inline-block;
height: 18px;
line-height: 18px;
padding: 4px;
width:90%;
}
textarea {
height:180px;
}
input:focus, textarea:focus {
border-color: rgba(82, 168, 236, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0 none;
}
label {
color: #333333;
display: block;
margin-bottom: 5px;
}
/*----------------------------------------------------------------------------------------------------------*/
/* Disposition */
#zone-pied{
text-align:center;
41,4 → 10,4
#zone-debug{
background-color:grey;
color:white;
}
}