Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 100 → Rev 101

/trunk/presentations/styles/eflore.css
282,4 → 282,51
.largeur-15{
width:900px;}
.largeur-16{
width:960px;}
width:960px;}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/* Formulaire de Recherche Simple */
#ef-form-nomenclature fieldset {
border:none;
padding:0;
width:100%;
}
#ef-form-nomenclature table {
width:100%;
}
#ef-form-nomenclature h1 {
margin:0 0 3px 16px;
}
#ef-form-nomenclature .champ {
padding:3px;
font-size:12px;
}
#ef-form-nomenclature .zone-choix-type-nom {
float:left;
padding:0 10px
}
#ef-form-nomenclature .titre-choix-nom {
padding:12px;
font-weight:bold
}
#ef-form-nomenclature #zone-liens-recherche {
padding:5px;
}
#eflore_nomenclature_fiche {
background:url(../images/lien.png) no-repeat 0 -1px;
padding:0 0 0 17px;
color:#598000;
border:1px dotted #95AE5D;
border-width:0 0 1px 0;
cursor:pointer;
margin:0 0 0 27px;
font-size:12px
}
#ef-form-nomenclature input.ok {
color:#FD8C13;
font-size:12px;
font-weight:bold;
padding:2px
}
#ef-form-nomenclature label {
font-size:12px
}