Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 243 → Rev 244

/trunk/war/del.html
44,7 → 44,12
in order for this application to display correctly.
</div>
</noscript>
 
<h1 id="titre">IdentiPlante</h1>
<div id="contenuPrincipal">
<div id="menuGauche"><h1 id="titre">IdentiPlante</a></div>
<div id="contenu"></div>
</div>
</body>
</html>
/trunk/war/del.css
1,6 → 1,6
/** Add css rules here for your application. */
body, html {height:100%}
 
 
/** Example rules used by the template application (remove for your app) */
h1 {
font-size: 2em;
37,7 → 37,7
 
/** Style pour les barres de vote **/
.repartitionVoteTaxonPopulaire .barreRepartition, .barreRepartitionAucunVote {
width: 640px;
}
 
.repartitionVoteTaxonPopulaire .conteneurBarreRepartition {
94,10 → 94,13
 
#titre {background:url(./img/identiplante.png) no-repeat center -1px; padding-top:80px}
 
.contenu {width:50%; margin:auto}
.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;}
 
#contenuPrincipal {width:70%; margin:auto; -moz-box-shadow:0px -10px 10px #333; padding:10px; height:100%;}
#menuGauche {float:left; height:100%; border-right:solid 1px #DDD; padding-right:10px}
#contenu {margin-left:170px; height:100%; padding-left:10px}
 
.titre{font-size:20px; font-weight:bold}
.sousTitre{font-size:15px; font-weight:bold}
.petit {font-size:11px; color:#888}