1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Modularized on-page range selector and added to artist page

This commit is contained in:
Krateng
2019-04-30 17:23:09 +02:00
parent d51441d508
commit 9f54b1711c
5 changed files with 127 additions and 58 deletions

View File

@@ -393,6 +393,7 @@ table.list tr td {
overflow:hidden;
text-overflow:ellipsis;
padding-right:15px;
line-height: 140%;
}
@@ -648,6 +649,18 @@ table.tiles_3x3 td {
/*
**
**
** Pulse / performance thingies
**
**
*/
span.stat_module_pulse {
display: inline-block;
vertical-align: top;
}
/*
**