Improved ui style

This commit is contained in:
emeric
2018-08-31 11:47:55 +02:00
parent c437a17f63
commit 93f993c146
13 changed files with 62 additions and 40 deletions
+1
View File
@@ -125,6 +125,7 @@ Artist::refresh()
Wt::WTemplate* entry = releasesContainer->addNew<Wt::WTemplate>(Wt::WString::tr("Lms.Explore.Artist.template.entry"));
entry->addFunction("tr", Wt::WTemplate::Functions::tr);
entry->setStyleClass("media");
{
Wt::WAnchor* anchor = entry->bindWidget("cover", LmsApplication::createReleaseAnchor(release, false));