X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fmusic-player-client.git;a=blobdiff_plain;f=main.html;h=87add75cb96491ee6078b90b4195d1aeac443950;hp=1af66ee99690d7f690b85b314d2776bdd4c9c3b7;hb=e9706fb8f28daa5e6b17f335c20adb6112321119;hpb=e9aee305f74ecbec9552d21836c50609cab6d954 diff --git a/main.html b/main.html index 1af66ee..87add75 100644 --- a/main.html +++ b/main.html @@ -36,6 +36,18 @@ table.tabs td.selected { background-color: white; } +/* Playlist styles */ +table#playlist td { + border-left: black solid 1px; + padding-right: 0.5em; +} + +td#playlist_del { + padding-left: 0.3em; + padding-right: 0.2em; + font-weight: bold; +} + /* Get the tabs to float at the bottom */ html, body { height: 100%; @@ -53,6 +65,10 @@ div#footer { height: 1.3em; clear: both; } +table#playlist { + height: 85px; + display: block; +}; @@ -62,11 +78,11 @@ div#footer {
- + - @@ -79,9 +95,10 @@ div#footer { - +
- + +
- Loading... + + Loading...
@@ -119,6 +136,10 @@ div#footer { + +