Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 417 → Rev 544

/trunk/src/org/tela_botanica/del/client/composants/moteurrecherche/MoteurRecherche.css
1,9 → 1,75
.recherchePrincipale {width: 550px; font-size:18px; padding:5px; -moz-border-radius:10px; border:solid 1px #AAA; float:left;}
.boutonRecherche {border:solid 1px #AAA; -moz-border-radius:10px; padding:5px; cursor:pointer; float:left; margin:0 10px 0 10px}
.lienRechercheAvancee {cursor:pointer; text-decoration:underline; color:blue; float:left; margin-right:240px; margin:5px }
.rechercheAvancee {border:solid 1px #333; padding:10px; -moz-border-radius:0 0 10px 10px; -moz-box-shadow:5px 5px 10px #EEE;position:absolute; width:750px; margin-top:0px; background:white; z-index:2000}
.champRecherche {float:left; width:40%; padding-bottom:5px}
.champRecherche input {width:90%}
.recherchePrecedente {color:#555; padding:5px; font-style:italic; clear:left}
.boutonFermer {float:right; background:url("./img/cross.png") no-repeat 0 2px; border:none; padding:0 0 0 16px; color:blue; text-decoration:underline; cursor:pointer }
.boutonVider {float:right; background:url("./img/cancel.png") no-repeat 0 2px; border:none; padding:0 0 0 16px; color:blue; text-decoration:underline; cursor:pointer }
.recherchePrincipale {
width: 550px;
font-size: 18px;
padding: 5px;
-moz-border-radius: 10px;
border: solid 1px #AAA;
float: left;
}
 
.boutonRecherche {
border: solid 1px #AAA;
-moz-border-radius: 10px;
padding: 5px;
cursor: pointer;
float: left;
margin: 0 10px 0 10px
}
 
.lienRechercheAvancee {
cursor: pointer;
text-decoration: underline;
color: blue;
float: left;
margin-right: 240px;
margin: 5px
}
 
.rechercheAvancee {
border: solid 1px #333;
padding: 10px;
-moz-border-radius: 0 0 10px 10px;
-moz-box-shadow: 5px 5px 10px #EEE;
position: absolute;
width: 750px;
margin-top: 0px;
background: white;
z-index: 2000
}
 
.champRecherche {
float: left;
width: 40%;
padding-bottom: 5px
}
 
.champRecherche input {
width: 90%
}
 
.recherchePrecedente {
color: #555;
padding: 5px;
font-style: italic;
clear: left
}
 
.boutonFermer {
float: right;
background: url("./img/cross.png") no-repeat 0 2px;
border: none;
padding: 0 0 0 16px;
color: blue;
text-decoration: underline;
cursor: pointer
}
 
.boutonVider {
float: right;
background: url("./img/cancel.png") no-repeat 0 2px;
border: none;
padding: 0 0 0 16px;
color: blue;
text-decoration: underline;
cursor: pointer
}