X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/8f367196d79429d9cbc57f9a2c6fbd04c8575fe9..d3369bca6a8fec22726a71faeb4e839d56b9ac3f:/templates/disorder.css?ds=sidebyside diff --git a/templates/disorder.css b/templates/disorder.css index 2fa4568..84b306b 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -47,18 +47,21 @@ h2 { /* table of current and future tracks */ table.playing { + border-collapse: collapse; width: 100%; /* use the full available width */ border-spacing: 0 /* no unsightly gaps between cells */ } /* table of recently played tracks */ table.recent { + border-collapse: collapse; width: 100%; /* use the full available width */ border-spacing: 0 /* no unsightly gaps between cells */ } /* table of newly added played tracks */ table.new { + border-collapse: collapse; width: 100%; /* use the full available width */ border-spacing: 0 /* no unsightly gaps between cells */ } @@ -451,6 +454,7 @@ p.prefs_new,p.prefs_head { } table.prefs { + border-collapse: collapse; border-spacing: 0 } @@ -528,6 +532,11 @@ form.login { background-color: #e0ffe0 /* pastel green */ } +form.reminder { + border: 1px solid black; + background-color: #e0e0ff /* pastel blue */ +} + form.register { border: 1px solid black; background-color: #e0e0ff /* pastel blue */