Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1233 → Rev 1234

/trunk/war/del.css
686,4 → 686,47
 
#zoneEntete .acceder-outil {
color:inherit;
}
 
.zone-onglets {
margin-bottom:5px;
width:100%;
height:31px;
text-align:left;
border:solid 1px #AAA;
border-width:0 0 1px 0;
padding-left:5px;
}
 
.onglet {
border:solid 1px #AAA;
border-width:1px;
padding:3px 15px;
padding-top:6px;
padding-left:25px;
border-radius:12px 12px 0 0;
width:150px;
float:left;
background:#C2C0AD;
cursor:pointer;
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;
}