Subversion Repositories eFlore/Applications.moissonnage

Compare Revisions

No changes between revisions

Ignore whitespace Rev 31 → Rev 37

/trunk/widget/modules/carto/squelettes/css/MarkerCluster.Default.ie.css
New file
0,0 → 1,22
/* IE 6-8 fallback colors */
.marker-cluster-small {
background-color: rgb(181, 226, 140);
}
.marker-cluster-small div {
background-color: rgb(110, 204, 57);
}
 
.marker-cluster-medium {
background-color: rgb(241, 211, 87);
}
.marker-cluster-medium div {
background-color: rgb(240, 194, 12);
}
 
.marker-cluster-large {
background-color: rgb(253, 156, 115);
}
.marker-cluster-large div {
background-color: rgb(241, 128, 23);
}
 
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property
/trunk/widget/modules/carto/squelettes/css/MarkerCluster.Default.css
New file
0,0 → 1,38
.marker-cluster-small {
background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
background-color: rgba(110, 204, 57, 0.6);
}
 
.marker-cluster-medium {
background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
background-color: rgba(240, 194, 12, 0.6);
}
 
.marker-cluster-large {
background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
background-color: rgba(241, 128, 23, 0.6);
}
 
.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
}
.marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
 
text-align: center;
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
line-height: 30px;
}
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property
/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; }