artists: reorganize index page.

* Make other names searchable.
* Add post count and update timestamp.
* Add edit / delete / undelete links.
This commit is contained in:
evazion
2019-11-04 16:45:19 -06:00
parent 75ca53a9a1
commit 90fef76121
4 changed files with 54 additions and 16 deletions

View File

@@ -7,4 +7,10 @@ div#c-artists, div#excerpt {
.recent-posts h2 {
margin: 1em 0 0.5em;
}
div#a-index {
td {
height: 2.25em; /* should match .artist-other-name line-height */
}
}
}

View File

@@ -1,5 +1,7 @@
.wiki-other-name {
.artist-other-name, .wiki-other-name {
background-color: var(--wiki-page-other-name-background-color);
padding: 3px;
margin-right: 0.25em;
line-height: 2.25em;
border-radius: 3px;
}