diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2017-06-14 00:45:42 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2017-06-14 00:57:04 -0400 |
| commit | 060b315f74f437fe36175c4ddb52379d29808d64 (patch) | |
| tree | f3e0bd83433f3d918927771e60a9369fbcc320a2 /static | |
| parent | 2e190b1af96b0836684339bfb4353a17cf28f0b9 (diff) | |
| download | lastfm-api-060b315f74f437fe36175c4ddb52379d29808d64.tar.gz | |
Now Playing feature
Diffstat (limited to 'static')
| -rw-r--r-- | static/np.gif | bin | 0 -> 1643 bytes | |||
| -rw-r--r-- | static/np2.gif | bin | 0 -> 1274 bytes | |||
| -rw-r--r-- | static/style.css | 7 |
3 files changed, 6 insertions, 1 deletions
diff --git a/static/np.gif b/static/np.gif Binary files differnew file mode 100644 index 0000000..7b53c2e --- /dev/null +++ b/static/np.gif diff --git a/static/np2.gif b/static/np2.gif Binary files differnew file mode 100644 index 0000000..91abce7 --- /dev/null +++ b/static/np2.gif diff --git a/static/style.css b/static/style.css index c4d2db4..4072988 100644 --- a/static/style.css +++ b/static/style.css @@ -68,7 +68,7 @@ ul.scrobbles li:hover { cursor: pointer; } -ul.scrobbles li img { +ul.scrobbles li img.cover { height: 40px; margin-right: 16px; border: 1px solid #C5CAE9; @@ -82,6 +82,11 @@ ul.scrobbles li div { line-height: 18px; } +ul.scrobbles li .time { + font-size: 12px; + color: #4f4f4f; +} + ul.scrobbles li .album { font-size: 12px; color: #4f4f4f; |
