mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Adjusted design
This commit is contained in:
parent
23fb808d70
commit
49024b957e
@ -16,7 +16,7 @@ def entity_column(element,counting=[],image=None):
|
|||||||
# track
|
# track
|
||||||
# html += "<td class='artists'>" + html_links(element["artists"]) + "</td>"
|
# html += "<td class='artists'>" + html_links(element["artists"]) + "</td>"
|
||||||
# html += "<td class='title'>" + html_link(element) + "</td>"
|
# html += "<td class='title'>" + html_link(element) + "</td>"
|
||||||
html += "<td class='title'>" + html_links(element["artists"]) + " – " + html_link(element) + "</td>"
|
html += "<td class='track'><span class='artist_in_trackcolumn'>" + html_links(element["artists"]) + "</span> – " + html_link(element) + "</td>"
|
||||||
else:
|
else:
|
||||||
# artist
|
# artist
|
||||||
html += "<td class='artist'>" + html_link(element)
|
html += "<td class='artist'>" + html_link(element)
|
||||||
|
@ -463,12 +463,16 @@ table.list td.icon div {
|
|||||||
background-position:center;
|
background-position:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.list td.artists,td.artist,td.title {
|
table.list td.artists,td.artist,td.title,td.track {
|
||||||
min-width:100px;
|
min-width:100px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.list td.track span.artist_in_trackcolumn {
|
||||||
|
color:#bbb;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user