Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 11 → Rev 62

/war/del.html
12,7 → 12,7
<!-- -->
<!-- Consider inlining CSS to reduce the number of requested files -->
<!-- -->
<link type="text/css" rel="stylesheet" href=".css">
<link type="text/css" rel="stylesheet" href="del.css">
 
<!-- -->
<!-- Any title is fine -->
/war/del.css
32,3 → 32,6
#closeButton {
margin: 15px 6px 6px;
}
 
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("../img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("../img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}