X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fmusic-player-client.git;a=blobdiff_plain;f=main.html;h=87add75cb96491ee6078b90b4195d1aeac443950;hp=89489d8a98a3707884b7d624a4f1d165b4945297;hb=e9706fb8f28daa5e6b17f335c20adb6112321119;hpb=00536f5044391fb843f9a1d05b5fe6e84ed15af9 diff --git a/main.html b/main.html index 89489d8..87add75 100644 --- a/main.html +++ b/main.html @@ -36,11 +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%; @@ -58,6 +65,10 @@ div#footer { height: 1.3em; clear: both; } +table#playlist { + height: 85px; + display: block; +}; @@ -69,7 +80,7 @@ div#footer {
- +