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} |