Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1703 → Rev 1702

/trunk/war/del.css
227,11 → 227,7
.nettoyage {
clear: both
}
hr.nettoyage {
width:0;
height:0;
border:none;
}
 
hr {
border: none;
border-bottom: solid 1px #DDD;
396,10 → 392,6
max-width:1150px;
margin:0 auto;
}
.limiteMaxResultat {
max-width:1000px;
margin:0 auto;
}
 
.arrondi {
border-radius:10px;
718,8 → 710,7
color: #FD8C13;
text-decoration : none;
}
/*----------------------------------------------------------------------------------------------------------*/
/* ONGLETS */
 
.zone-onglets {
margin-bottom:5px;
width:100%;
729,6 → 720,7
border-width:0 0 1px 0;
padding-left:5px;
}
 
.onglet {
border:solid 1px #AAA;
border-width:1px;
736,7 → 728,7
padding-top:6px;
padding-left:25px;
border-radius:12px 12px 0 0;
width:100px;
width:150px;
float:left;
background:#C2C0AD;
cursor:pointer;
743,19 → 735,23
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 {