sort artifact list by shard number, then by target portals

This commit is contained in:
Jon Atkins
2013-11-20 05:57:00 +00:00
parent 8f06d3678b
commit 2e16a001b9
2 changed files with 32 additions and 7 deletions

View File

@ -983,6 +983,15 @@ td + td {
}
/** artifact dialog *****************/
table.artifact tr > * {
background: rgba(8, 48, 78, 0.9);
}
table.artifact td.info {
min-width: 110px;
}
/* leaflet popups - restyle to match the theme of IITC */
#map .leaflet-popup {