Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1702 → Rev 1703

/trunk/war/del.css
227,7 → 227,11
.nettoyage {
clear: both
}
 
hr.nettoyage {
width:0;
height:0;
border:none;
}
hr {
border: none;
border-bottom: solid 1px #DDD;
392,6 → 396,10
max-width:1150px;
margin:0 auto;
}
.limiteMaxResultat {
max-width:1000px;
margin:0 auto;
}
 
.arrondi {
border-radius:10px;
710,7 → 718,8
color: #FD8C13;
text-decoration : none;
}
 
/*----------------------------------------------------------------------------------------------------------*/
/* ONGLETS */
.zone-onglets {
margin-bottom:5px;
width:100%;
720,7 → 729,6
border-width:0 0 1px 0;
padding-left:5px;
}
 
.onglet {
border:solid 1px #AAA;
border-width:1px;
728,7 → 736,7
padding-top:6px;
padding-left:25px;
border-radius:12px 12px 0 0;
width:150px;
width:100px;
float:left;
background:#C2C0AD;
cursor:pointer;
735,23 → 743,19
height:21px;
font-size:16px;
color:#598000
}
 
.onglet * {
cursor:pointer;
}
 
.onglet:hover {
background:#d0ccaa;
}
 
.onglet-actif {
font-weight:bold;
background:white;
color:#FD8C13;
text-transform:uppercase;
width:140px;
}
 
.elementMasque {