Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1985 → Rev 1986

/trunk/src/org/tela_botanica/del/client/composants/moteurrecherche/MoteurRecherche.css
33,9 → 33,22
z-index: 2000
}
 
.conteneurDeuxPanneaux {
width: 700px;
}
 
.panneauGauche {
float: left;
width: 300px;
}
 
.panneauDroite {
float: left;
width: 300px;
}
 
.champRecherche {
float: left;
width: 40%;
width: 90%;
padding-bottom: 5px
}
 
57,7 → 70,8
padding: 0 0 0 16px;
color: blue;
text-decoration: underline;
cursor: pointer
cursor: pointer;
height: 19px;
}
 
.boutonVider {
67,12 → 81,16
padding: 0 0 0 16px;
color: blue;
text-decoration: underline;
cursor: pointer
cursor: pointer;
height: 19px
}
 
.rechercherAvance {
margin-top:10px;
margin-top: 0px;
margin-left:0px;
top: 195px;
position: relative;
left: 25px;
}
 
.zoneRecherche {
83,4 → 101,9
}
.zoneRss a {
border:none;
}
 
.nettoyage {
visibility: hidden;
clear: both;
}