Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1105 → Rev 1106

/trunk/war/del.css
157,6 → 157,22
background: url(./img/troisCarre.png) no-repeat 0 8px;
}
 
.titre3 {
color: #FD8C13;
font-size: 15px;
margin: 20px 0 10px;
font-weight: bold;
}
 
.titre-minuscule {
color: #FD8C13;
font-size: 15px;
margin: 20px 0 10px;
padding: 0 0 0 25px;
font-weight: bold;
background: url(./img/troisCarre.png) no-repeat 0 8px;
}
 
.sousTitre {
font-size: 15px;
font-weight: bold
409,7 → 425,7
}
 
.votePrisEnCompteNon {
background:#C61717;
background:#f06a6a;
position:absolute;
font-size:11px;
padding:5px;
504,3 → 520,16
display:inline;
}
 
.aide {
background:url(./img/information.png) no-repeat;
padding-left:20px;
}
 
.lienListe {
background:url('./img/traitTela.jpg') no-repeat 0 0px;
cursor:pointer;
padding-left:31px;
padding-bottom:5px;
padding-top:2px;
border:none;
}