Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 112 → Rev 113

/trunk/presentations/styles/eflore.css
318,15 → 318,20
border:1px dotted #95AE5D;
border-width:0 0 1px 0;
cursor:pointer;
margin:0 0 0 27px;
margin:0 0 0 19px;
font-size:12px
}
#ef-form-nomenclature input.ok {
color:#FD8C13;
color:rgba(0,0,0,0);
font-size:12px;
font-weight:bold;
padding:2px
padding:3px 10px 3px 10px;
background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
}
#ef-form-nomenclature input.ok:hover {
background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
cursor:pointer;
}
#ef-form-nomenclature label {
font-size:12px
}