Subversion Repositories eFlore/Applications.moissonnage

Compare Revisions

Ignore whitespace Rev 31 → Rev 37

/trunk/widget/modules/carto/squelettes/css/carto.css
291,6 → 291,7
width:500px;
}
#observations {
clear: both;
overflow:none;
margin:-1px 0 0 0;
border: 1px solid #AAA;
412,6 → 413,7
.navigation {
padding:5px;
float:right;
display: block;
}
.pagination {
font-size: 80%;
483,7 → 485,7
padding:6px 8px;
font-size:1em;
background:white;
width:100px;
width:110px;
box-shadow:0 0 15px black;
border-radius:5px;
line-height:18px;
497,7 → 499,7
padding :3px;
color:#999;
}
.legend span {
.legend span.couleur-maille {
width:18px;
height:18px;
float:left;
504,9 → 506,34
margin-right:8px;
opacity: 0.7;
}
.nombre-sites {
font-size:0.75em;
font-family:sans-serif;
text-align:center;
color:black;
}
 
.legend table {
border-collapse: separate;
border: none;
}
 
.legend td {
border: none;
}
 
.legend td.image-station {
text-align: center;
}
 
.legend td.label-station {
text-align: left;
font-size: 0.9em;
}
 
#tooltip {
position: absolute;
z-index: 3000;
border: none;
border-radius : 5px;
background-color: lightblue;
padding: 5px;
font-family : sans-serif;
font-size:1.1em;
}
 
#tooltip h3, #tooltip div { margin: 0; }