3liz / lizmap-web-client

Transfer a QGIS project on a server, Lizmap is providing the web interface to browse it
https://www.lizmap.com
Mozilla Public License 2.0
249 stars 141 forks source link

Admin - Add legend about warning icon in project table #4485

Closed Gustry closed 1 month ago

Gustry commented 1 month ago

image

Other rules have the square color at the <li> level. This one is a <span> after the li, I'm not sure if I can make it correctly aligned @nboisteault @mdouchin ?

nboisteault commented 1 month ago

@Gustry you can add in admin.css:

#lizmap_project_list_help .badge-warning {
    position: absolute;
    left: 55px;
}
Gustry commented 1 month ago

Perfect, thanks @nboisteault

image

Gustry commented 1 month ago

Manually backported ... the bot seems to be on holiday ?