X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fmusic-player-client.git;a=blobdiff_plain;f=main.html;h=87add75cb96491ee6078b90b4195d1aeac443950;hp=4305f7d66451997a676654292f83d9fe7a1f434d;hb=e9706fb8f28daa5e6b17f335c20adb6112321119;hpb=ea38f3edda02edbdbc0b3f46d58f2d2ba2795f37 diff --git a/main.html b/main.html index 4305f7d..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; +}; @@ -67,11 +78,11 @@ div#footer {
- + -
- + +