uploads: revamp /uploads listing UI (#3657).

* Add thumbnails.
* Colorize tags.
* Rearrange columns.
* Add rating/source/size/dimensions info.
* Add "»" search drilldown links.
This commit is contained in:
evazion
2018-04-20 15:04:35 -05:00
parent e6ce05eb29
commit c9acbbdf9e
5 changed files with 61 additions and 12 deletions

View File

@@ -54,6 +54,10 @@ table.autofit {
white-space: normal;
width: 100%;
}
.col-normal {
white-space: normal;
}
}
table.search {

View File

@@ -36,6 +36,12 @@ div#c-uploads {
}
}
div#a-index {
.info {
margin-right: 1.5em;
}
}
div.upload-preview {
display: inline-block;