diff --git a/static/flexbox/index.html b/static/flexbox/index.html index fa7826b..8887e7d 100644 --- a/static/flexbox/index.html +++ b/static/flexbox/index.html @@ -68,7 +68,7 @@
Position | @@ -80,7 +80,7 @@|||||
---|---|---|---|---|---|
1 | Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | @@ -88,7 +88,7 @@undefined | 9:29 | |
2 | Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | @@ -96,15 +96,15 @@undefined | 9:29 | |
3 | +|||||
3 | Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | undefined | undefined | 9:29 |
4 | Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | @@ -112,7 +112,7 @@undefined | 9:29 | |
5 | Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | @@ -120,7 +120,7 @@undefined | 9:29 | |
6 | Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | @@ -128,7 +128,7 @@undefined | 9:29 | |
7 | Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | @@ -202,49 +202,49 @@|||
Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | undefined | undefined | 9:29 | |
Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | undefined | undefined | 9:29 | |
Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | undefined | undefined | 9:29 | |
Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | undefined | undefined | 9:29 | |
Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | undefined | undefined | 9:29 | |
Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | undefined | undefined | 9:29 | |
Chakra | Love Shines Through (Martin Roth's in Electro Love Remix) | undefined | diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index 5a1ded4..5b448ab 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -6,10 +6,6 @@ html, body { div { border: 1px dashed white; - - font-weight: normal; - font-family: Arial, Helvetica, sans-serif; - font-size: 13px; } button { @@ -28,20 +24,6 @@ table { border-spacing: 0pt; } -td { - padding: 1px 1px 1px 0.5em; - border: solid black; - border-width: 0 1px 1px 0; - text-align: left; -} - -#queue-table tr td:first-of-type { - padding-left: 16px; -} - -/* This is probably a better way to generate alternate coloring on tables. However, - background color for selected track is overwritten this way. Therefore the old - schoon way of alternate coloring is used for now. table tr:nth-child(odd) td { background:#1e1f1a; @@ -50,25 +32,6 @@ table tr:nth-child(odd) td { table tr:nth-child(even) td { background:#171812; } -*/ - -table tr.odd { - background-color: #1e1f1a; -} - -table tr.even { - background-color: #171812; -} - -#queue-table tr.playing { - background-color: #490b00; -} - -td.playing { - background-image: url(../img/playback.png); - background-repeat: no-repeat; - background-position: left center; -} #flexbox-container { display: flex; diff --git a/static/img/playback.png b/static/img/playback.png deleted file mode 100644 index eebea58..0000000 Binary files a/static/img/playback.png and /dev/null differ