From 3c9f43ece544987e333acd7b41ea5309d2ddfc5b Mon Sep 17 00:00:00 2001 From: Krateng Date: Sun, 24 Mar 2019 16:19:45 +0100 Subject: [PATCH] Design fixes --- website/maloja.css | 21 +++++++++++++++------ website/setup.html | 10 +--------- website/setup.py | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/website/maloja.css b/website/maloja.css index 7463a81..21fc52e 100644 --- a/website/maloja.css +++ b/website/maloja.css @@ -305,12 +305,7 @@ table.list td.artists,td.artist,td.title { } -table th { - text-align: left; -} -table td.interaction { - width:65px; -} + /* @@ -383,7 +378,21 @@ td.button.important div { } +table.misc { + margin-left:20px; +} +table.misc td { + padding-right:20px; + color:#bbbbaa; + } + + table.misc th { + text-align: left; + } + table.misc td.interaction { + width:65px; + } diff --git a/website/setup.html b/website/setup.html index bd817b2..b180e25 100644 --- a/website/setup.html +++ b/website/setup.html @@ -54,14 +54,8 @@ } - - @@ -89,14 +83,12 @@ (make sure to use the public URL) with the key-value-pairs

- - +
artist Artist String
title Title String
key API Key
seconds Duration of Scrobble - optional and currently not used
-


diff --git a/website/setup.py b/website/setup.py index efb75a9..e34faf3 100644 --- a/website/setup.py +++ b/website/setup.py @@ -2,7 +2,7 @@ import os def instructions(keys): - html = "" + html = "
" html += ""
ModuleAuthorDescription