Remove small icons from feature list
This commit is contained in:
parent
406f460b53
commit
10ab653cad
2 changed files with 12 additions and 12 deletions
|
@ -388,17 +388,17 @@ footer a {
|
||||||
.map_list .wide + hr {
|
.map_list .wide + hr {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.umap-features-list li img {
|
|
||||||
width: 14px;
|
|
||||||
vertical-align: middle;
|
|
||||||
padding-right: 14px;
|
|
||||||
}
|
|
||||||
.umap-features-list ul {
|
.umap-features-list ul {
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
.umap-features-list li {
|
.umap-features-list li {
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
}
|
}
|
||||||
|
.umap-features-list li:before {
|
||||||
|
content: "✔";
|
||||||
|
color: #323E56;
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
.summary {
|
.summary {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,13 +8,13 @@
|
||||||
<div class="col umap-features-list half mwide">
|
<div class="col umap-features-list half mwide">
|
||||||
<img class="colophon" src="{{ STATIC_URL }}umap/img/edit.svg" />
|
<img class="colophon" src="{{ STATIC_URL }}umap/img/edit.svg" />
|
||||||
<ul>
|
<ul>
|
||||||
<li><img src="{{ STATIC_URL }}storage/src/img/tilelayers-24.png" />{% trans "Choose the layers of your map" %}</li>
|
<li>{% trans "Choose the layers of your map" %}</li>
|
||||||
<li><img src="{{ STATIC_URL }}storage/src/img/draw_polygon.png" />{% trans "Add POIs: markers, lines, polygons..." %}</li>
|
<li>{% trans "Add POIs: markers, lines, polygons..." %}</li>
|
||||||
<li><img src="{{ STATIC_URL }}storage/src/img/draw_marker.png" />{% trans "Manage POIs colours and icons" %}</li>
|
<li>{% trans "Manage POIs colours and icons" %}</li>
|
||||||
<li><img src="{{ STATIC_URL }}storage/src/img/settings.png" />{% trans "Manage map options: display a minimap, locate user on load…" %}</li>
|
<li>{% trans "Manage map options: display a minimap, locate user on load…" %}</li>
|
||||||
<li><img src="{{ STATIC_URL }}storage/src/img/upload.png" />{% trans "Batch import geostructured data (geojson, gpx, kml, osm...)" %}</li>
|
<li>{% trans "Batch import geostructured data (geojson, gpx, kml, osm...)" %}</li>
|
||||||
<li><img src="{{ STATIC_URL }}storage/src/img/copyleft.png" />{% trans "Choose the license for your data" %}</li>
|
<li>{% trans "Choose the license for your data" %}</li>
|
||||||
<li><img src="{{ STATIC_URL }}storage/src/img/embed.png" />{% trans "Embed and share your map" %}</li>
|
<li>{% trans "Embed and share your map" %}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col quarter mwide">
|
<div class="col quarter mwide">
|
||||||
|
|
Loading…
Reference in a new issue