artists: reorganize index page.
* Make other names searchable. * Add post count and update timestamp. * Add edit / delete / undelete links.
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user