Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 82 → Rev 118

/war/del.css
6,10 → 6,12
font-size: 2em;
font-weight: bold;
color: #777777;
margin: 40px 0px 70px;
margin: 40px 0px 0px;
text-align: center;
}
 
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
 
.sendButton {
display: block;
font-size: 16pt;
33,5 → 35,10
margin: 15px 6px 6px;
}
 
#titre {background:url(/img/identiplante.png) no-repeat center -1px; padding-top:80px}
 
.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;}
 
.titre{font-size:15px; font-weight:bold}
.petit {font-size:11px; color:#AAA}
/war/del.html
45,6 → 45,6
</div>
</noscript>
 
<h1>Interface de validation</h1>
<h1 id="titre">IdentiPlante</h1>
</body>
</html>