Subversion Repositories eFlore/Applications.coel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1943 → Rev 1944

/tags/v1.11-okuzgozu/widget/modules/carto/squelettes/css/carto.css
New file
0,0 → 1,61
@CHARSET "UTF-8";
 
body {
margin: 0px;
padding: 0px;
}
 
#map {
position: relative;
}
 
#logo-tb {
position: fixed;
top: 10px;
left: 9px;
z-index: 2000; /* ça ou autre chose... */
border: solid #bebebe 1px;
padding: 5px;
border-radius: 4px;
background-color: rgba(255,255,255,0.9);
}
 
.leaflet-left .leaflet-control {
margin-top: 95px;
}
 
#logo-tb img {
height: 60px;
}
 
ul {
padding-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
 
ul li {
background: url("../images/petitCarreContour.jpg") no-repeat scroll 10px 6px transparent;
line-height: 18px;
list-style: none outside none;
padding-left: 25px;
}
 
a {
text-decoration : none;
border-bottom: 1px dotted #95AE5D;
color: #598000;
margin: 0;
}
 
.popup-simple-text {
font-size: 1.15em;
}
 
#map .marker-cluster-small {
background-color: rgba(0, 102, 0, 0.5);
}
 
#map .marker-cluster-medium {
background-color: rgba(241, 211, 87, 0.8);
}
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property